| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
| * | | | replace ReadAll by bufio.scanner | Arne Westphal | 2020-06-29 | 1 | -6/+6 |
| | |/
| |/| |
|
* | | | Merge pull request #128 from cristaloleg/minor-perf-fixes | Máximo Cuadros | 2020-07-14 | 2 | -2/+2 |
|\ \ \ |
|
| * | | | Use EqualFold for comparison | Oleg Kovalov | 2020-07-06 | 2 | -2/+2 |
| | |/
| |/| |
|
* | | | Merge pull request #121 from riking/cache-seek | Máximo Cuadros | 2020-07-10 | 2 | -3/+42 |
|\ \ \ |
|
| * | | | memoryobject: make blob reader seekable | Kane York | 2020-07-06 | 2 | -3/+42 |
| | |/
| |/| |
|
* | | | Use only one name for receiver | Oleg Kovalov | 2020-07-06 | 7 | -52/+52 |
| |/
|/| |
|
* | | fix nil | Oleg Kovalov | 2020-07-01 | 6 | -6/+7 |
* | | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 29 | -40/+48 |
|/ |
|
* | 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 | 5 | -41/+91 |
|\| |
|
| * | plumbing: diff, reset color at end of line rather than at beginning of next | Tom Payne | 2020-05-17 | 2 | -37/+64 |
| * | plumbing: object, Commit.Patch support to as nil | Máximo Cuadros | 2020-05-13 | 3 | -4/+27 |
* | | Revert "Merge pull request #20 from quorumcontrol/feature/other-configs" | Máximo Cuadros | 2020-05-24 | 1 | -261/+0 |
|/ |
|
* | Merge pull request #58 from go-git/exact-sha1 | Máximo Cuadros | 2020-05-11 | 2 | -0/+16 |
|\ |
|
| * | config: RefSpec.IsExactSHA1, validates if the refspec describes an exact SHA1... | Máximo Cuadros | 2020-05-10 | 2 | -0/+16 |
* | | performed explicit conversions(needed) | vashish1 | 2020-05-08 | 1 | -4/+4 |
|/ |
|
* | plumbing: exact renames detection could leave gaps in the changes | Miguel Molina | 2020-05-04 | 2 | -8/+30 |
* | plumbing: diff, refresh internals | Tom Payne | 2020-05-01 | 1 | -216/+166 |
* | Merge pull request #49 from gopye/fix_patch_comment | Máximo Cuadros | 2020-04-30 | 1 | -1/+1 |
|\ |
|
| * | Remove unnecessary text from comment | gopye | 2020-04-29 | 1 | -1/+1 |
* | | Merge pull request #46 from twpayne/fix-diff-color | Máximo Cuadros | 2020-04-30 | 4 | -30/+106 |
|\ \ |
|
| * | | plumbing: diff, don't emit unnecessary resets | Tom Payne | 2020-04-30 | 3 | -22/+24 |