| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Merge branch 'go-git:master' into master | Paul T | 2021-12-15 | 23 | -99/+182 |
| |\ \ |
|
| | * \ | Merge pull request #425 from abhinav/error-strings | Máximo Cuadros | 2021-12-11 | 4 | -8/+8 |
| | |\ \ |
|
| | | * | | error strings: Don't capitalize, use periods, or newlines | Abhinav Gupta | 2021-12-04 | 4 | -8/+8 |
| | * | | | Merge pull request #418 from abhinav/unused | Máximo Cuadros | 2021-12-10 | 11 | -61/+1 |
| | |\ \ \ |
|
| | | * | | | Remove unused variables/types/functions | Abhinav Gupta | 2021-11-27 | 11 | -61/+1 |
| | | |/ / |
|
| | * | | | Merge branch 'master' into jc-push-atomic | Máximo Cuadros | 2021-12-10 | 5 | -17/+71 |
| | |\ \ \ |
|
| | | * \ \ | Merge pull request #410 from john-cai/jc-sparse | Máximo Cuadros | 2021-12-10 | 2 | -0/+22 |
| | | |\ \ \ |
|
| | | | * | | | simplified sparse checkout | John Cai | 2021-11-09 | 2 | -0/+22 |
| | | | |/ / |
|
| | | * / / | packp: Actions should have type Action | Abhinav Gupta | 2021-11-27 | 1 | -3/+3 |
| | | |/ / |
|
| | | * | | Support v3 index | John Cai | 2021-11-05 | 2 | -14/+46 |
| | * | | | Add Atomic to push options | John Cai | 2021-11-03 | 1 | -0/+19 |
| | |/ / |
|
| * | | | 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 | 5 | -13/+83 |
|\ \ \ \
| | |/ /
| |/| | |
|
| * | | | Merge pull request #399 from S-Bohn/add-push-options | Máximo Cuadros | 2021-11-01 | 3 | -1/+53 |
| |\ \ \ |
|
| | * | | | plumbing: packp, Add encoding for push-options. Fixes #268. | Sören Bohn | 2021-10-26 | 3 | -1/+53 |
| | |/ / |
|
| * | | | 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/storer/object: improve grammar Go Doc (#350) | Christopher Hunter | 2021-07-24 | 1 | -4/+4 |
|/ |
|
* | 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: object/patch, printStat strings.Repeat cause panic (#310) | cookeem | 2021-05-12 | 1 | -2/+10 |
* | git: Add support for deepening shallow clones (#311) | Marcus Watkins | 2021-05-12 | 1 | -1/+1 |
* | plumbing: transport/http, skip flaky test | Máximo Cuadros | 2021-05-03 | 1 | -0/+4 |
* | *: use go-billy instead of os calls | Máximo Cuadros | 2021-05-02 | 6 | -153/+31 |
* | utils: ioutil, Pipe implementatio | Máximo Cuadros | 2021-05-02 | 2 | -2/+3 |
* | plumbing: format, use os.UserHomeDir() | Máximo Cuadros | 2021-05-02 | 9 | -155/+72 |
* | plumbing: transport/file, replace os/exec with golang.org/x/sys/execabs to im... | Máximo Cuadros | 2021-04-17 | 1 | -9/+9 |
* | plumbing: transport/ssh, support more formats in `NewPublicKeys` SSH helper (... | Hidde Beydals | 2021-04-17 | 2 | -18/+11 |
* | plumbing: object, fix TestDecodeAndVerify test | Máximo Cuadros | 2021-04-16 | 1 | -44/+53 |
* | *: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope... | Johan Fleury | 2021-04-06 | 4 | -89/+47 |
* | plumbing: transport/ssh, fix no agent test on windowsv5.3.0 | Máximo Cuadros | 2021-03-29 | 1 | -1/+1 |
* | *: fix flaky test | Máximo Cuadros | 2021-03-26 | 1 | -0/+4 |
* | plumbing: wire up contexts for Transport.AdvertisedReferences (#246) | Andrew Suffield | 2021-03-26 | 7 | -7/+64 |
* | transport: ssh, fix cloning large repositories (#272) | David Cuadrado | 2021-03-26 | 2 | -1/+29 |
* | 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 |
* | Add insecureSkipTLS and cabundle (#228) | Daishan Peng | 2021-01-27 | 2 | -1/+40 |
* | Adding "object-format" and "filter" capabilities (#222) | Roberto O. Fernández Crisial | 2021-01-27 | 1 | -1/+8 |
* | 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 | 4 | -7/+4 |
|\ \ |
|
| * | | Minor linter fixes | Oleg Kovalov | 2020-07-06 | 4 | -7/+4 |
* | | | 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 |