| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| | * | | | Merge pull request #418 from abhinav/unused | Máximo Cuadros | 2021-12-10 | 3 | -33/+0 |
| | |\ \ \ |
|
| | | * | | | Remove unused variables/types/functions | Abhinav Gupta | 2021-11-27 | 3 | -33/+0 |
| | | |/ / |
|
| | * / / | simplified sparse checkout | John Cai | 2021-11-09 | 1 | -0/+18 |
| | |/ / |
|
| | * | | Support v3 index | John Cai | 2021-11-05 | 2 | -14/+46 |
| * | | | resolve external reference deltas | paul.t | 2021-10-11 | 1 | -0/+11 |
| | |/
| |/| |
|
* | | | include example codecommit pack file | paul.t | 2021-11-09 | 1 | -0/+0 |
* | | | add codecommit packfile for testing external ref resolution | paul.t | 2021-11-09 | 1 | -0/+14 |
* | | | Merge branch 'go-git:master' into codecommit-ref-delta | Paul T | 2021-11-02 | 2 | -12/+30 |
|\ \ \
| | |/
| |/| |
|
| * | | better tests | enisdenjo | 2021-10-27 | 1 | -39/+9 |
| * | | plumbing: gitignore, Read .git/info/exclude file too. | enisdenjo | 2021-10-27 | 2 | -10/+58 |
| |/ |
|
* / | resolve external reference delta | paul.t | 2021-10-11 | 1 | -0/+11 |
|/ |
|
* | plumbing: format/packfile, prevent large objects from being read into memory ... | zeripath | 2021-06-30 | 8 | -33/+405 |
* | Revert "plumbing: format/packfile, prevent large objects from being read into...v5.4.2 | zeripath | 2021-06-02 | 4 | -313/+0 |
* | plumbing: format/packfile, prevent large objects from being read into memory ...v5.4.0 | zeripath | 2021-05-12 | 4 | -0/+313 |
* | plumbing: format, use os.UserHomeDir() | Máximo Cuadros | 2021-05-02 | 9 | -155/+72 |
* | diff: Allow srcPrefix and dstPrefix to be configured (#265) | Andrew Nelson | 2021-03-11 | 2 | -6/+53 |
* | plumbing: gitignore, Fix gitconfig path in LoadSystemPatterns doc (#256) | Andrew Archibald | 2021-03-10 | 1 | -1/+1 |
* | Merge pull request #112 from MichaelMure/complete-config | Máximo Cuadros | 2020-10-09 | 6 | -56/+369 |
|\ |
|
| * | Add tests | vince | 2020-08-27 | 3 | -9/+267 |
| * | config: add missing functions for completeness | Michael Muré | 2020-06-24 | 3 | -47/+102 |
* | | Merge pull request #125 from cristaloleg/minor-linter-fixes | Máximo Cuadros | 2020-07-16 | 1 | -1/+1 |
|\ \ |
|
| * | | Minor linter fixes | Oleg Kovalov | 2020-07-06 | 1 | -1/+1 |
* | | | Merge pull request #115 from blaueled/fix/gitignore-crlf | Máximo Cuadros | 2020-07-14 | 2 | -11/+19 |
|\ \ \ |
|
| * | | | fix typo | Arne Westphal | 2020-06-29 | 1 | -1/+1 |
| * | | | test CRLF in GFS case | Arne Westphal | 2020-06-29 | 1 | -4/+12 |
| * | | | replace ReadAll by bufio.scanner | Arne Westphal | 2020-06-29 | 1 | -6/+6 |
| | |/
| |/| |
|
* | | | Use EqualFold for comparison | Oleg Kovalov | 2020-07-06 | 2 | -2/+2 |
| |/
|/| |
|
* | | fix nil | Oleg Kovalov | 2020-07-01 | 2 | -2/+3 |
* | | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 11 | -15/+20 |
|/ |
|
* | Merge pull request #73 from WKBae/close_objectv5.1.0 | Máximo Cuadros | 2020-05-24 | 6 | -12/+41 |
|\ |
|
| * | Close Reader & Writer of EncodedObject after use | Kyungmin Bae | 2020-05-24 | 6 | -12/+41 |
* | | Merge branch 'master' of github.com:go-git/go-git into scope-config | Máximo Cuadros | 2020-05-24 | 2 | -37/+64 |
|\| |
|
| * | plumbing: diff, reset color at end of line rather than at beginning of next | Tom Payne | 2020-05-17 | 2 | -37/+64 |
* | | Revert "Merge pull request #20 from quorumcontrol/feature/other-configs" | Máximo Cuadros | 2020-05-24 | 1 | -261/+0 |
|/ |
|
* | plumbing: diff, refresh internals | Tom Payne | 2020-05-01 | 1 | -216/+166 |
* | plumbing: diff, don't emit unnecessary resets | Tom Payne | 2020-04-30 | 3 | -22/+24 |
* | plumbing: color, make package external | Tom Payne | 2020-04-29 | 2 | -2/+2 |
* | plumbing: diff, fix coloring of hunk context | Tom Payne | 2020-04-29 | 2 | -15/+51 |
* | plumbing: diff, Add initial colored output support. Fixes #33. | Tom Payne | 2020-04-26 | 3 | -10/+206 |
* | Document some things in format/config/merged.go | Wes Morgan | 2020-04-07 | 1 | -1/+39 |
* | Add funcs to set global & local config in Merged | Wes Morgan | 2020-04-06 | 1 | -0/+8 |
* | Add Merged config | Wes Morgan | 2020-04-06 | 1 | -0/+215 |
* | ci: based on github actionsv5.0.0 | Máximo Cuadros | 2020-03-15 | 2 | -15/+3 |
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 12 | -32/+20 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 50 | -104/+104 |
* | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 3 | -5/+5 |
* | format: diff, Handle no newline at end of file. Fixes #936 | Stuart Jansen | 2019-10-13 | 2 | -30/+83 |
* | feat: avoid memory allocation on ApplyDelta, PatchDelta | Nao YONASHIRO | 2019-07-31 | 1 | -15/+30 |
* | refactor: use bufPool | Nao YONASHIRO | 2019-07-31 | 1 | -12/+3 |
* | feat: avoid memory allocation on resolveDeltas | Nao YONASHIRO | 2019-07-31 | 1 | -46/+53 |