aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object
Commit message (Expand)AuthorAgeFilesLines
* 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
* | plumbing/object: add test for finding tree entryferhat elmas2017-11-221-0/+37
* | plumbing/object: do not eat error on tree decodeferhat elmas2017-11-211-2/+2
|/
* examples,plumbing,utils: typo fixesferhat elmas2017-11-202-2/+2
* Merge pull request #534 from josharian/firstparentMáximo Cuadros2017-11-202-0/+24
|\
| * plumbing: object, commit.Parent() methodMáximo Cuadros2017-11-202-6/+19
| * plumbing/object: add Commit.FirstParentJosh Bleecher Snyder2017-08-031-0/+11
* | Merge pull request #613 from darkowlzz/482-commit-statsMáximo Cuadros2017-11-083-0/+167
|\ \
| * | Add Stats() to Patch and fix diffstat outputSunny2017-11-023-53/+130
| * | Add Stats() to CommitSunny2017-11-022-0/+90
* | | Updating reference to the git object modelAntonio Troina2017-11-071-1/+1
|/ /
* | Add support for signed commits (#616)Sunny2017-10-292-0/+69
* | plumbing: the commit walker can skip externally-seen commitsJeremy Stribling2017-09-092-10/+40
* | plumbing: use `seen` map in tree walkerJeremy Stribling2017-08-274-10/+42
* | grammar correctionZach Gershman2017-08-241-1/+1
|/
* repository: allow push from shallow repositoriesMáximo Cuadros2017-07-191-23/+5
* plumbing: object, allow ignore commits in commit walkersMáximo Cuadros2017-07-182-16/+105
* fix naming of NewCommit{Pre,Post}IteratorSantiago M. Mola2017-06-132-6/+6
* format/diff: unified diff encoder and public APIAntonio Jesus Navarro Perez2017-05-237-0/+316
* worktree: Commit, tests improvementsMáximo Cuadros2017-05-041-2/+2
* plumbing: MemoryObject.Writer tracks his own sizeMáximo Cuadros2017-05-044-30/+35
* plumbing: object.Tree making public `tree` and `parents`Máximo Cuadros2017-05-012-17/+19
* object: avoid unreachable codeSantiago M. Mola2017-04-261-4/+1
* fix format string issues as found by go vetSantiago M. Mola2017-04-261-4/+5
* worktree, reset implementation and status improvementsMáximo Cuadros2017-04-121-1/+1
* merkletrie: filesystem and index speedup and documentationMáximo Cuadros2017-04-111-18/+11