| Commit message (Expand) | Author | Age | Files | Lines |
* | Use only one name for receiver | Oleg Kovalov | 2020-07-06 | 1 | -12/+12 |
* | plumbing: object, Commit.Patch support to as nil | Máximo Cuadros | 2020-05-13 | 1 | -3/+6 |
* | plumbing: object, make renames diff default | Máximo Cuadros | 2020-04-25 | 1 | -0/+6 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -3/+3 |
* | plumbing/object: avoid O(N^2) string building when decoding commit message | David Symonds | 2020-03-10 | 1 | -2/+5 |
* | plumbing: object/{commit,tag} add EncodeWithoutSignature, Implement #1116 | Antoine GIRARD | 2019-04-24 | 1 | -1/+6 |
* | plumbing: TreeWalker performance improvement, bufio pool for objects | Arran Walker | 2019-04-22 | 1 | -1/+3 |
* | plumbing: commit.StatsContext and fix for orphan commit (#1115)v4.11.0 | Máximo Cuadros | 2019-04-18 | 1 | -15/+23 |
* | object: fix panic when reading object header | Javi Fontan | 2018-08-17 | 1 | -5/+11 |
* | plumbing: object, Don't add new line at end of commit signature | Chris Marchesi | 2018-08-16 | 1 | -7/+7 |
* | plumbing/object: fix pgp signature encoder/decoder | Javi Fontan | 2018-07-18 | 1 | -18/+13 |
* | plumbing: add context to allow cancel on diff/patch computing | Marc Barussaud | 2018-07-02 | 1 | -2/+9 |
* | *: Use CheckClose with named returns | Javi Fontan | 2018-03-27 | 1 | -1/+1 |
* | plumbing: object/{commit,tag}, encode method with sig optional | Sunny | 2017-11-24 | 1 | -6/+7 |
* | plumbing: object, add Commit.Verify method | Sunny | 2017-11-23 | 1 | -0/+30 |
* | Merge pull request #534 from josharian/firstparent | Máximo Cuadros | 2017-11-20 | 1 | -0/+12 |
|\ |
|
| * | plumbing: object, commit.Parent() method | Máximo Cuadros | 2017-11-20 | 1 | -6/+7 |
| * | 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 | 1 | -0/+26 |
|\ \ |
|
| * | | Add Stats() to Patch and fix diffstat output | Sunny | 2017-11-02 | 1 | -52/+12 |
| * | | Add Stats() to Commit | Sunny | 2017-11-02 | 1 | -0/+66 |
* | | | 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 | 1 | -0/+43 |
* | | grammar correction | Zach Gershman | 2017-08-24 | 1 | -1/+1 |
|/ |
|
* | format/diff: unified diff encoder and public API | Antonio Jesus Navarro Perez | 2017-05-23 | 1 | -0/+15 |
* | worktree: Commit, tests improvements | Máximo Cuadros | 2017-05-04 | 1 | -2/+2 |
* | plumbing: MemoryObject.Writer tracks his own size | Máximo Cuadros | 2017-05-04 | 1 | -0/+9 |
* | plumbing: object.Tree making public `tree` and `parents` | Máximo Cuadros | 2017-05-01 | 1 | -10/+12 |
* | Add Repository.Log() method (fix #298) | Antonio Jesus Navarro Perez | 2017-04-11 | 1 | -48/+17 |
* | plumbing: Use ReadBytes() rather than ReadSlice() | Nick Thomas | 2017-03-27 | 1 | -1/+1 |
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -3/+3 |
* | doc: add object fields godoc | Santiago M. Mola | 2017-02-07 | 1 | -3/+8 |
* | doc: improve object iterators godoc. | Santiago M. Mola | 2017-02-07 | 1 | -8/+10 |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -3/+3 |
* | Fix some typos in plumbing docs (#244) | Sergio Arbeo | 2017-01-30 | 1 | -3/+3 |
* | move plumbing from top level package to plumbing (#183) | Santiago M. Mola | 2016-12-14 | 1 | -0/+293 |