| Commit message (Expand) | Author | Age | Files | Lines |
* | *: Handle paths starting with ~username | Arieh Schneier | 2023-07-09 | 1 | -16/+2 |
* | plumbing: gitignore, Allow gitconfig to contain a gitignore relative to any u... | Arieh Schneier | 2023-06-05 | 2 | -11/+57 |
* | plumbing: gitignore, fix incorrect parsing. Fixes #500 | Arieh Schneier | 2023-05-29 | 2 | -6/+40 |
* | plumbing: gitignore, Typo | Jleagle | 2023-05-25 | 1 | -1/+1 |
* | plumbing: gitignore, Allow gitconfig to contain a gitignore relative to user ... | Jleagle | 2023-05-25 | 2 | -0/+47 |
* | *: Add missing error checks | Paulo Gomes | 2023-05-11 | 1 | -7/+17 |
* | *: Remove use of deprecated io/util | Paulo Gomes | 2023-05-11 | 11 | -28/+22 |
* | *: Remove redudant err nil checks | Paulo Gomes | 2023-05-11 | 2 | -9/+2 |
* | Merge pull request #707 from pjbgf/experimental-sha256 | Paulo Gomes | 2023-04-11 | 10 | -22/+74 |
|\ |
|
| * | *: Support variable length plumbing.Hash | Paulo Gomes | 2023-03-08 | 9 | -22/+21 |
| * | config: Add Repository Format Extension | Paulo Gomes | 2023-03-08 | 1 | -0/+53 |
* | | plumbing: resolve non-external delta references | ZauberNerd | 2023-03-23 | 2 | -0/+22 |
|/ |
|
* | sha1: Add collision resistent implementation | Paulo Gomes | 2022-11-25 | 5 | -14/+15 |
* | Merge pull request #354 from dowy/issue/#309-clone-branch-with-hash-in-name | Máximo Cuadros | 2022-11-17 | 2 | -6/+46 |
|\ |
|
| * | plumbing: config, fix broken unit tests | Adrian Pronk | 2021-07-26 | 1 | -3/+13 |
| * | plumbing: config, support correct escaping as per git-config rules | Adrian Pronk | 2021-07-25 | 2 | -13/+25 |
| * | plumbing: config, remove duplicated character in set | Adrian Pronk | 2021-07-24 | 1 | -1/+1 |
| * | plumbing: config, Branch name with hash can be cloned. Fixes #309 | Adrian Pronk | 2021-07-24 | 2 | -1/+19 |
* | | Merge pull request #586 from blmayer/patch-1 | Miguel Molina | 2022-11-07 | 1 | -5/+5 |
|\ \ |
|
| * | | Fixed some little typos | Brian Mayer | 2022-09-27 | 1 | -5/+5 |
* | | | Merge pull request #598 from To1ne/toon-fix-gitattr-crash | Máximo Cuadros | 2022-11-07 | 2 | -0/+11 |
|\ \ \ |
|
| * | | | plumbing: gitattributes, Avoid index out of range | Toon Claes | 2022-10-12 | 2 | -0/+11 |
| |/ / |
|
* | | | Optimize zlib reader and consolidate sync.pools | Paulo Gomes | 2022-11-07 | 8 | -117/+80 |
* | | | Use Sync.Pool pointers to optimise memory usage | Paulo Gomes | 2022-11-07 | 4 | -9/+53 |
|/ / |
|
* | | Fix typos (#532) | Quanyi Ma | 2022-09-22 | 1 | -2/+2 |
* | | minor grammatical fixes | Jon Eskin | 2022-09-22 | 1 | -1/+1 |
* | | remove packfile and align to test fixtures | paul.t | 2022-01-05 | 2 | -3/+2 |
* | | Merge branch 'master' into codecommit-ref-delta | paul.t | 2021-12-15 | 9 | -53/+70 |
|\ \ |
|
| * \ | Merge branch 'go-git:master' into master | Paul T | 2021-12-15 | 11 | -65/+100 |
| |\ \ |
|
| | * \ | Merge pull request #425 from abhinav/error-strings | Máximo Cuadros | 2021-12-11 | 3 | -6/+6 |
| | |\ \ |
|
| | | * | | error strings: Don't capitalize, use periods, or newlines | Abhinav Gupta | 2021-12-04 | 3 | -6/+6 |
| | * | | | 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 |