| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | *: 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 |
* | | | Move Commit() to CommitNode API | Filip Navara | 2019-04-24 | 1 | -11/+19 |
* | | | Simplify the CommitNode API, make it look more like Commit | Filip Navara | 2019-04-24 | 3 | -87/+65 |
* | | | plumbing: object, add APIs for traversing over commit graphs | Filip Navara | 2019-04-24 | 3 | -0/+499 |
|/ / |
|
* | | plumbing: TreeWalker performance improvement, bufio pool for objects | Arran Walker | 2019-04-22 | 4 | -9/+34 |
* | | Add test for decoding and verifying signed tags with extra new line after sig... | Filip Navara | 2019-04-20 | 1 | -0/+72 |
* | | plumbing: object, Fix tag message decoding | Spencer Judd | 2019-04-20 | 1 | -1/+1 |
* | | plumbing: commit.StatsContext and fix for orphan commit (#1115)v4.11.0 | Máximo Cuadros | 2019-04-18 | 2 | -15/+40 |
* | | Merge pull request #1088 from oleksii-shnyra/fix-1074 | Máximo Cuadros | 2019-04-18 | 2 | -2/+87 |
|\ \
| |/
|/| |
|
| * | plumbing: commit.Stat test suite | Máximo Cuadros | 2019-04-18 | 1 | -0/+78 |
| * | plumbing: object, Count stats properly when no new line added at the end. Fix... | oleksiishnyra | 2019-03-14 | 1 | -2/+9 |
* | | fix panic in object.Tree.FindEntry | niukuo | 2019-03-27 | 2 | -1/+4 |
* | | fix missing error in bfsCommitIterator | niukuo | 2019-03-21 | 1 | -1/+1 |
|/ |
|
* | Improve error handling logic | Antonio Jesus Navarro Perez | 2019-02-13 | 1 | -4/+4 |
* | Ignore missing references on log --all | Antonio Jesus Navarro Perez | 2019-02-12 | 1 | -11/+23 |
* | Refine Log. | kuba-- | 2019-01-10 | 2 | -92/+109 |
* | First lookup if hash exists, then GetCommit. | kuba-- | 2019-01-08 | 1 | -6/+6 |
* | Implement git log --all | kuba-- | 2019-01-07 | 2 | -3/+148 |
* | tree: add a Size() method for getting plaintext size | Jeremy Stribling | 2018-10-11 | 2 | -0/+17 |
* | Plumbing: object, Add support for Log with filenames. Fixes #826 (#979) | Nithin Gangadharan | 2018-10-11 | 1 | -0/+115 |
* | Merge branch 'master' of github.com:src-d/go-git into f-add-tagging-support | Máximo Cuadros | 2018-09-10 | 11 | -37/+75 |
|\ |
|