aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object
Commit message (Expand)AuthorAgeFilesLines
* plumbing: object/{commit,tag} add EncodeWithoutSignature, Implement #1116Antoine GIRARD2019-04-244-4/+57
* plumbing: commit.Stats, fix panic on empty chucksMáximo Cuadros2019-04-241-0/+4
* plumbing: TreeWalker performance improvement, bufio pool for objectsArran Walker2019-04-224-9/+34
* Add test for decoding and verifying signed tags with extra new line after sig...Filip Navara2019-04-201-0/+72
* plumbing: object, Fix tag message decodingSpencer Judd2019-04-201-1/+1
* plumbing: commit.StatsContext and fix for orphan commit (#1115)v4.11.0Máximo Cuadros2019-04-182-15/+40
* Merge pull request #1088 from oleksii-shnyra/fix-1074Máximo Cuadros2019-04-182-2/+87
|\
| * plumbing: commit.Stat test suiteMáximo Cuadros2019-04-181-0/+78
| * plumbing: object, Count stats properly when no new line added at the end. Fix...oleksiishnyra2019-03-141-2/+9
* | fix panic in object.Tree.FindEntryniukuo2019-03-272-1/+4
* | fix missing error in bfsCommitIteratorniukuo2019-03-211-1/+1
|/
* Improve error handling logicAntonio Jesus Navarro Perez2019-02-131-4/+4
* Ignore missing references on log --allAntonio Jesus Navarro Perez2019-02-121-11/+23
* Refine Log.kuba--2019-01-102-92/+109
* First lookup if hash exists, then GetCommit.kuba--2019-01-081-6/+6
* Implement git log --allkuba--2019-01-072-3/+148
* tree: add a Size() method for getting plaintext sizeJeremy Stribling2018-10-112-0/+17
* Plumbing: object, Add support for Log with filenames. Fixes #826 (#979)Nithin Gangadharan2018-10-111-0/+115
* Merge branch 'master' of github.com:src-d/go-git into f-add-tagging-supportMáximo Cuadros2018-09-1011-37/+75
|\
| * Expose Storage cache.kuba--2018-09-079-30/+24
| * Merge pull request #939 from keybase/taruti/cherrypick-for-upstream-clamp-obj...Máximo Cuadros2018-09-042-2/+6
| |\
| | * plumbing: object: Clamp object timestamps before unix epoch to unix epochTaru Karttunen2018-08-292-2/+6
| * | object: fix panic when reading object headerJavi Fontan2018-08-172-5/+45
| |/
* | plumbing: object, don't add extra newline on PGP signatureChris Marchesi2018-08-211-1/+6
* | plumbing: object, correct tag PGP encodingChris Marchesi2018-08-211-7/+3
|/
* plumbing: object, Don't add new line at end of commit signatureChris Marchesi2018-08-161-7/+7
* Merge pull request #906 from src-d/perf/packfile-readsMáximo Cuadros2018-08-143-16/+28
|\
| * plumbing: packfile, open and close packfile on FSObject readsMiguel Molina2018-08-091-7/+0
| * storage: filesystem, close Packfile after iterating objectsMiguel Molina2018-08-091-0/+7
| * *: use parser to populate non writable storages and bug fixesMiguel Molina2018-08-073-16/+28
* | plumbing/object: fix pgp signature encoder/decoderJavi Fontan2018-07-182-18/+45
|/
* Merge pull request #885 from jsravn/findentry-return-file-not-foundMáximo Cuadros2018-07-162-3/+8
|\
| * plumbing: object, expose ErrEntryNotFound in FindEntry. Fixes #883James Ravn2018-07-102-3/+8
* | plumbing: add context to allow cancel on diff/patch computingMarc Barussaud2018-07-027-9/+215
|/
* plumbing: object, adds tree path cache to trees. Fixes #793Javi Fontan2018-06-061-1/+26
* *: Use CheckClose with named returnsJavi Fontan2018-03-275-7/+8
* add tests for NewCommitIterCTime and NewCommitIterBSFSaeed Rasooli2018-03-061-0/+96
* add LogOrder, LogOptions.Order, implement Order=LogOrderCommitterTime and Ord...Saeed Rasooli2018-03-052-0/+203
* object: patch, test patch on submodulesMáximo Cuadros2017-12-071-0/+44
* Ignore empty patches when calculating stats (fixes #654)Alexandr Krylovskiy2017-12-041-0/+5
* all: gofmt -sferhat elmas2017-11-304-4/+4
* all: fixes for ineffective assignferhat elmas2017-11-261-0/+1
* plumbing: object/{commit,tag}, encode method with sig optionalSunny2017-11-242-11/+14
* plumbing: object/tag, add signature verificationSunny2017-11-242-0/+94
* plumbing: object/tag, add PGPSignature supportSunny2017-11-242-1/+69
* test: plumbing/object fix Commit.Verify testSunny2017-11-241-2/+3
* Merge pull request #653 from darkowlzz/verify-commitMáximo Cuadros2017-11-242-0/+95
|\
| * test: plumbing.object, add test for Commit.VerifySunny2017-11-231-0/+65
| * plumbing: object, add Commit.Verify methodSunny2017-11-231-0/+30
* | update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-238-8/+8