aboutsummaryrefslogtreecommitdiffstats
path: root/plumbing/object/commit.go
Commit message (Expand)AuthorAgeFilesLines
* plumbing: blame, Complete rewrite. Fixes #603Arieh Schneier2023-07-061-0/+11
* Optimize zlib reader and consolidate sync.poolsPaulo Gomes2022-11-071-4/+3
* *: replace golang.org/x/crypto/openpgp by github.com/ProtonMail/go-crypto/ope...Johan Fleury2021-04-061-2/+2
* Use only one name for receiverOleg Kovalov2020-07-061-12/+12
* plumbing: object, Commit.Patch support to as nilMáximo Cuadros2020-05-131-3/+6
* plumbing: object, make renames diff defaultMáximo Cuadros2020-04-251-0/+6
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-3/+3
* plumbing/object: avoid O(N^2) string building when decoding commit messageDavid Symonds2020-03-101-2/+5
* plumbing: object/{commit,tag} add EncodeWithoutSignature, Implement #1116Antoine GIRARD2019-04-241-1/+6
* plumbing: TreeWalker performance improvement, bufio pool for objectsArran Walker2019-04-221-1/+3
* plumbing: commit.StatsContext and fix for orphan commit (#1115)v4.11.0Máximo Cuadros2019-04-181-15/+23
* object: fix panic when reading object headerJavi Fontan2018-08-171-5/+11
* plumbing: object, Don't add new line at end of commit signatureChris Marchesi2018-08-161-7/+7
* plumbing/object: fix pgp signature encoder/decoderJavi Fontan2018-07-181-18/+13
* plumbing: add context to allow cancel on diff/patch computingMarc Barussaud2018-07-021-2/+9
* *: Use CheckClose with named returnsJavi Fontan2018-03-271-1/+1
* plumbing: object/{commit,tag}, encode method with sig optionalSunny2017-11-241-6/+7
* plumbing: object, add Commit.Verify methodSunny2017-11-231-0/+30
* Merge pull request #534 from josharian/firstparentMáximo Cuadros2017-11-201-0/+12
|\
| * plumbing: object, commit.Parent() methodMáximo Cuadros2017-11-201-6/+7
| * plumbing/object: add Commit.FirstParentJosh Bleecher Snyder2017-08-031-0/+11
* | Merge pull request #613 from darkowlzz/482-commit-statsMáximo Cuadros2017-11-081-0/+26
|\ \
| * | Add Stats() to Patch and fix diffstat outputSunny2017-11-021-52/+12
| * | Add Stats() to CommitSunny2017-11-021-0/+66
* | | Updating reference to the git object modelAntonio Troina2017-11-071-1/+1
|/ /
* | Add support for signed commits (#616)Sunny2017-10-291-0/+43
* | grammar correctionZach Gershman2017-08-241-1/+1
|/
* format/diff: unified diff encoder and public APIAntonio Jesus Navarro Perez2017-05-231-0/+15
* worktree: Commit, tests improvementsMáximo Cuadros2017-05-041-2/+2
* plumbing: MemoryObject.Writer tracks his own sizeMáximo Cuadros2017-05-041-0/+9
* plumbing: object.Tree making public `tree` and `parents`Máximo Cuadros2017-05-011-10/+12
* Add Repository.Log() method (fix #298)Antonio Jesus Navarro Perez2017-04-111-48/+17
* plumbing: Use ReadBytes() rather than ReadSlice()Nick Thomas2017-03-271-1/+1
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-3/+3
* doc: add object fields godocSantiago M. Mola2017-02-071-3/+8
* doc: improve object iterators godoc.Santiago M. Mola2017-02-071-8/+10
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-3/+3
* Fix some typos in plumbing docs (#244)Sergio Arbeo2017-01-301-3/+3
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-0/+293