| Commit message (Expand) | Author | Age | Files | Lines |
* | simplified sparse checkout | John Cai | 2021-11-09 | 1 | -0/+4 |
* | plumbing: object/patch, printStat strings.Repeat cause panic (#310) | cookeem | 2021-05-12 | 1 | -2/+10 |
* | 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 |
* | 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 |
* | | Use only one name for receiver | Oleg Kovalov | 2020-07-06 | 2 | -20/+20 |
|/ |
|
* | fix nil | Oleg Kovalov | 2020-07-01 | 1 | -1/+1 |
* | fix goreportcard warnings | Oleg Kovalov | 2020-07-01 | 7 | -13/+14 |
* | plumbing: object, Commit.Patch support to as nil | Máximo Cuadros | 2020-05-13 | 3 | -4/+27 |
* | 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 |
* | 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 #44 from tzneal/mine/fix-32-bit-build | Máximo Cuadros | 2020-04-30 | 1 | -1/+1 |
|\ \ |
|
| * | | fix 32 bit build | Todd Neal | 2020-04-27 | 1 | -1/+1 |
| |/ |
|
* / | Fix typo in comment of func TestCancel | gopye | 2020-04-27 | 1 | -1/+1 |
|/ |
|
* | plumbing: object, make renames diff default | Máximo Cuadros | 2020-04-25 | 3 | -16/+55 |
* | plumbing: detect renames by hash and similar content in diff tree | Miguel Molina | 2020-04-23 | 4 | -4/+1374 |
* | *: migration from go-git-fixtures/v4 and go-git/gcfg | Máximo Cuadros | 2020-03-10 | 14 | -34/+28 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 37 | -122/+122 |
* | 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 | 3 | -8/+8 |
* | 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 | 2 | -3/+3 |
* | *: added missing error checks in tests | Christian Muehlhaeuser | 2019-07-29 | 1 | -0/+1 |
* | plumbing/object: simplify code | Christian Muehlhaeuser | 2019-07-29 | 1 | -8/+2 |
* | 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 |
* | | Add doc.go for commitgraph packages | Filip Navara | 2019-05-07 | 1 | -0/+7 |
* | | 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 |
* | | 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 | 5 | -4/+61 |
|\ \ |
|
| * | | plumbing: object/{commit,tag} add EncodeWithoutSignature, Implement #1116 | Antoine GIRARD | 2019-04-24 | 4 | -4/+57 |
| * | | plumbing: commit.Stats, fix panic on empty chucks | Máximo Cuadros | 2019-04-24 | 1 | -0/+4 |
* | | | Add test for CommitNode.Commit() and CommitNode.Tree() | Filip Navara | 2019-04-24 | 1 | -17/+27 |
* | | | Add test for traversal on mixed object and commit-graph | Filip Navara | 2019-04-24 | 1 | -0/+30 |
* | | | Update comments | Filip Navara | 2019-04-24 | 3 | -3/+6 |
* | | | Add test for CommitNode.ParentNodes() | Filip Navara | 2019-04-24 | 1 | -2/+26 |
* | | | Code cleanup, split into more files for clarity | Filip Navara | 2019-04-24 | 3 | -205/+200 |