| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
|/ |
|
* | plumbing: object, adds tree path cache to trees. Fixes #793 | Javi Fontan | 2018-06-06 | 1 | -1/+26 |
* | *: Use CheckClose with named returns | Javi Fontan | 2018-03-27 | 5 | -7/+8 |
* | add tests for NewCommitIterCTime and NewCommitIterBSF | Saeed Rasooli | 2018-03-06 | 1 | -0/+96 |
* | add LogOrder, LogOptions.Order, implement Order=LogOrderCommitterTime and Ord... | Saeed Rasooli | 2018-03-05 | 2 | -0/+203 |
* | object: patch, test patch on submodules | Máximo Cuadros | 2017-12-07 | 1 | -0/+44 |
* | Ignore empty patches when calculating stats (fixes #654) | Alexandr Krylovskiy | 2017-12-04 | 1 | -0/+5 |
* | all: gofmt -s | ferhat elmas | 2017-11-30 | 4 | -4/+4 |
* | all: fixes for ineffective assign | ferhat elmas | 2017-11-26 | 1 | -0/+1 |
* | plumbing: object/{commit,tag}, encode method with sig optional | Sunny | 2017-11-24 | 2 | -11/+14 |
* | plumbing: object/tag, add signature verification | Sunny | 2017-11-24 | 2 | -0/+94 |
* | plumbing: object/tag, add PGPSignature support | Sunny | 2017-11-24 | 2 | -1/+69 |
* | test: plumbing/object fix Commit.Verify test | Sunny | 2017-11-24 | 1 | -2/+3 |
* | Merge pull request #653 from darkowlzz/verify-commit | Máximo Cuadros | 2017-11-24 | 2 | -0/+95 |
|\ |
|
| * | test: plumbing.object, add test for Commit.Verify | Sunny | 2017-11-23 | 1 | -0/+65 |
| * | plumbing: object, add Commit.Verify method | Sunny | 2017-11-23 | 1 | -0/+30 |
* | | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 8 | -8/+8 |
* | | plumbing/object: add test for finding tree entry | ferhat elmas | 2017-11-22 | 1 | -0/+37 |
* | | plumbing/object: do not eat error on tree decode | ferhat elmas | 2017-11-21 | 1 | -2/+2 |
|/ |
|
* | examples,plumbing,utils: typo fixes | ferhat elmas | 2017-11-20 | 2 | -2/+2 |
* | Merge pull request #534 from josharian/firstparent | Máximo Cuadros | 2017-11-20 | 2 | -0/+24 |
|\ |
|
| * | plumbing: object, commit.Parent() method | Máximo Cuadros | 2017-11-20 | 2 | -6/+19 |
| * | plumbing/object: add Commit.FirstParent | Josh Bleecher Snyder | 2017-08-03 | 1 | -0/+11 |
* | | Merge pull request #613 from darkowlzz/482-commit-stats | Máximo Cuadros | 2017-11-08 | 3 | -0/+167 |
|\ \ |
|
| * | | Add Stats() to Patch and fix diffstat output | Sunny | 2017-11-02 | 3 | -53/+130 |
| * | | Add Stats() to Commit | Sunny | 2017-11-02 | 2 | -0/+90 |
* | | | Updating reference to the git object model | Antonio Troina | 2017-11-07 | 1 | -1/+1 |
|/ / |
|
* | | Add support for signed commits (#616) | Sunny | 2017-10-29 | 2 | -0/+69 |