| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | plumbing: transport server test for nil Packfile | Brandon Westcott | 2020-03-19 | 1 | -0/+30 |
* | | plumbing: transport server check for nil Packfile, fixes ref deletes | Brandon Westcott | 2020-03-19 | 1 | -5/+7 |
|/ |
|
* | 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 | 40 | -108/+82 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 164 | -417/+417 |
* | Merge pull request #7 from dsymonds/master | Máximo Cuadros | 2020-03-10 | 1 | -2/+5 |
|\ |
|
| * | plumbing/object: avoid O(N^2) string building when decoding commit message | David Symonds | 2020-03-10 | 1 | -2/+5 |
* | | Merge pull request #3 from go-git/pr-1248 | Máximo Cuadros | 2020-03-10 | 1 | -12/+24 |
|\ \ |
|
| * | | add NewCommitPathIterFromIter that accepts pathFilter func(string) bool | Saeed Rasooli | 2019-11-29 | 1 | -12/+24 |
| |/ |
|
* | | hack to prevent codecov from adding more codepaths | Andrew Thornton | 2020-02-23 | 1 | -6/+3 |
* | | Fix date reading | Andrew Thornton | 2020-02-23 | 1 | -7/+12 |
|/ |
|
* | Fix typos in comments, variables and function names | Oleksandr Redko | 2019-10-24 | 20 | -40/+40 |
* | format: diff, Handle no newline at end of file. Fixes #936 | Stuart Jansen | 2019-10-13 | 2 | -30/+83 |
* | Merge pull request #1180 from orisano/feat-improve-patch-delta | Máximo Cuadros | 2019-08-11 | 2 | -63/+89 |
|\ |
|
| * | 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 |
| * | feat: avoid ioutil.ReadAll on ApplyDelta | Nao YONASHIRO | 2019-07-31 | 1 | -2/+15 |
* | | Add limiting options to git log | knqyf263 | 2019-08-04 | 1 | -0/+65 |
* | | Remove else | knqyf263 | 2019-08-04 | 1 | -1/+2 |
* | | Handle io.EOF error in commitFileIter.ForEach | knqyf263 | 2019-08-03 | 1 | -1/+4 |
|/ |
|
* | plumbing/object: don't assign err from ForEach loop | Christian Muehlhaeuser | 2019-07-29 | 1 | -1/+1 |
* | *: avoid unnecessary conversions | Christian Muehlhaeuser | 2019-07-29 | 8 | -9/+9 |
* | plumbing/format: simplify code | Christian Muehlhaeuser | 2019-07-29 | 2 | -2/+2 |
* | plumbing/format: idxfile, unsigned values are never < 0 | Christian Muehlhaeuser | 2019-07-29 | 1 | -4/+0 |
* | *: added missing error checks in tests | Christian Muehlhaeuser | 2019-07-29 | 2 | -0/+2 |
* | *: fixed tautological error conditionsautological error conditions | Christian Muehlhaeuser | 2019-07-29 | 2 | -13/+6 |
* | plumbing/object: simplify code | Christian Muehlhaeuser | 2019-07-29 | 1 | -8/+2 |
* | Make http.AuthMethod setAuth public. Fixes #1196 | JACQUES Francois | 2019-07-28 | 2 | -5/+5 |
* | Fix typos in comments | Christian Muehlhaeuser | 2019-07-21 | 2 | -3/+3 |
* | plumbing: format/packfile, Fix data race and resource leak. | Ed Bardsley | 2019-06-03 | 2 | -11/+10 |
* | Merge pull request #1097 from dpordomingo/merge-base-core | Máximo Cuadros | 2019-06-03 | 4 | -0/+971 |
|\ |
|
| * | Create merge-base feature | David Pordomingo | 2019-06-03 | 4 | -0/+971 |
* | | Remove unnecessary mmap usage from tests | Filip Navara | 2019-05-07 | 1 | -6/+4 |
* | | Add doc.go for commitgraph packages | Filip Navara | 2019-05-07 | 4 | -0/+113 |
* | | Fix object/commitgraph tests | Filip Navara | 2019-05-03 | 1 | -0/+3 |
* | | Move CommitNode/CommitNodeIndex into separate object/commitgraph package | Filip Navara | 2019-05-03 | 5 | -20/+23 |
* | | Merge remote-tracking branch 'origin/master' into commitgraph-obj | Filip Navara | 2019-05-03 | 3 | -52/+90 |
|\ \ |
|
| * | | ssh: leverage proxy.Dial | Jacob Blain Christen | 2019-05-02 | 2 | -1/+62 |
| * | | Merge pull request #1136 from filipnavara/idxfile-nobuf | Máximo Cuadros | 2019-04-27 | 1 | -51/+28 |
| |\ \ |
|
| | * | | plumbing: format/idxfile, avoid looking up the fanout mapping in the iterator... | Filip Navara | 2019-04-26 | 1 | -10/+7 |
| | * | | plumbing: format/idxfile, save another 18% of time in genOffsetHash by not us... | Filip Navara | 2019-04-25 | 1 | -14/+11 |
| | * | | plumbing: format/idxfile, avoid creating temporary buffers to decode integers | Filip Navara | 2019-04-25 | 1 | -32/+15 |
* | | | | Expose Generation property on CommitNode | Filip Navara | 2019-04-29 | 3 | -0/+18 |
* | | | | pluming: object, adjust to new API names in format/commitgraph | Filip Navara | 2019-04-26 | 2 | -19/+19 |
* | | | | Merge branch 'master' into commitgraph-obj | Filip Navara | 2019-04-26 | 18 | -67/+1165 |
|\| | | |
|
| * | | | Merge pull request #1134 from filipnavara/commitgraph-fmt-3 | Máximo Cuadros | 2019-04-26 | 5 | -63/+61 |
| |\ \ \
| | |/ /
| |/| | |
|
| | * | | plumbing: format/commitgraph, rename structs/fields to follow the terms used ... | Filip Navara | 2019-04-25 | 5 | -59/+59 |
| | * | | plumbing: format/commitgraph, clean up error handling | Filip Navara | 2019-04-25 | 3 | -6/+4 |
| * | | | plumbing: object/{commit,tag} add EncodeWithoutSignature, Implement #1116 | Antoine GIRARD | 2019-04-24 | 4 | -4/+57 |
| |/ / |
|