| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|\ |
|
| * | Expose Storage cache. | kuba-- | 2018-09-07 | 9 | -30/+24 |
| * | Merge pull request #939 from keybase/taruti/cherrypick-for-upstream-clamp-obj... | Máximo Cuadros | 2018-09-04 | 2 | -2/+6 |
| |\ |
|
| | * | plumbing: object: Clamp object timestamps before unix epoch to unix epoch | Taru Karttunen | 2018-08-29 | 2 | -2/+6 |
| * | | object: fix panic when reading object header | Javi Fontan | 2018-08-17 | 2 | -5/+45 |
| |/ |
|
* | | plumbing: object, don't add extra newline on PGP signature | Chris Marchesi | 2018-08-21 | 1 | -1/+6 |
* | | plumbing: object, correct tag PGP encoding | Chris Marchesi | 2018-08-21 | 1 | -7/+3 |
|/ |
|
* | plumbing: object, Don't add new line at end of commit signature | Chris Marchesi | 2018-08-16 | 1 | -7/+7 |
* | Merge pull request #906 from src-d/perf/packfile-reads | Máximo Cuadros | 2018-08-14 | 3 | -16/+28 |
|\ |
|
| * | plumbing: packfile, open and close packfile on FSObject reads | Miguel Molina | 2018-08-09 | 1 | -7/+0 |
| * | storage: filesystem, close Packfile after iterating objects | Miguel Molina | 2018-08-09 | 1 | -0/+7 |
| * | *: use parser to populate non writable storages and bug fixes | Miguel Molina | 2018-08-07 | 3 | -16/+28 |
* | | plumbing/object: fix pgp signature encoder/decoder | Javi Fontan | 2018-07-18 | 2 | -18/+45 |
|/ |
|
* | Merge pull request #885 from jsravn/findentry-return-file-not-found | Máximo Cuadros | 2018-07-16 | 2 | -3/+8 |
|\ |
|
| * | plumbing: object, expose ErrEntryNotFound in FindEntry. Fixes #883 | James Ravn | 2018-07-10 | 2 | -3/+8 |
* | | plumbing: add context to allow cancel on diff/patch computing | Marc Barussaud | 2018-07-02 | 7 | -9/+215 |
|/ |
|