| Commit message (Expand) | Author | Age | Files | Lines |
* | plumbing: object, check entry order in (*Tree).Encode, export TreeEntrySorter | yiteng.nyt | 2024-03-08 | 1 | -0/+29 |
* | plumbing: object, check filename in (*Tree).Encode | yiteng.nyt | 2024-03-08 | 1 | -0/+3 |
* | Optimize zlib reader and consolidate sync.pools | Paulo Gomes | 2022-11-07 | 1 | -4/+4 |
* | plumbing: object, make renames diff default | Máximo Cuadros | 2020-04-25 | 1 | -15/+20 |
* | *: migration from gopkg to go modules | Máximo Cuadros | 2020-03-10 | 1 | -4/+4 |
* | *: avoid unnecessary conversions | Christian Muehlhaeuser | 2019-07-29 | 1 | -2/+2 |
* | plumbing: TreeWalker performance improvement, bufio pool for objects | Arran Walker | 2019-04-22 | 1 | -7/+16 |
* | fix panic in object.Tree.FindEntry | niukuo | 2019-03-27 | 1 | -1/+1 |
* | tree: add a Size() method for getting plaintext size | Jeremy Stribling | 2018-10-11 | 1 | -0/+11 |
* | Merge pull request #885 from jsravn/findentry-return-file-not-found | Máximo Cuadros | 2018-07-16 | 1 | -3/+2 |
|\ |
|
| * | plumbing: object, expose ErrEntryNotFound in FindEntry. Fixes #883 | James Ravn | 2018-07-10 | 1 | -3/+2 |
* | | plumbing: add context to allow cancel on diff/patch computing | Marc Barussaud | 2018-07-02 | 1 | -2/+18 |
|/ |
|
* | 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 | 1 | -2/+2 |
* | plumbing/object: do not eat error on tree decode | ferhat elmas | 2017-11-21 | 1 | -2/+2 |
* | plumbing: use `seen` map in tree walker | Jeremy Stribling | 2017-08-27 | 1 | -5/+11 |
* | format/diff: unified diff encoder and public API | Antonio Jesus Navarro Perez | 2017-05-23 | 1 | -0/+11 |
* | plumbing: MemoryObject.Writer tracks his own size | Máximo Cuadros | 2017-05-04 | 1 | -11/+3 |
* | worktree, reset implementation and status improvements | Máximo Cuadros | 2017-04-12 | 1 | -1/+1 |
* | plumbing: object, public Tree.FindEntry and minor diff changes | Máximo Cuadros | 2017-04-11 | 1 | -3/+5 |
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -4/+4 |
* | replace os.FileMode use with filemode.FileMode | Alberto Cortés | 2017-03-01 | 1 | -36/+8 |
* | Added documentation to Diff method | Antonio Jesus Navarro Perez | 2017-02-24 | 1 | -0/+1 |
* | plumbing/object: move difftree to object package | Antonio Jesus Navarro Perez | 2017-02-24 | 1 | -0/+4 |
* | difftree: ignore permissions changes between regular files | Alberto Cortés | 2017-02-22 | 1 | -5/+6 |
* | plumbing/object: allow TreeIter return SubModule entries | Máximo Cuadros | 2017-02-13 | 1 | -5/+0 |
* | doc: improve object iterators godoc. | Santiago M. Mola | 2017-02-07 | 1 | -5/+6 |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -3/+3 |
* | Worktree correct FileMode at index entries | Máximo Cuadros | 2017-01-30 | 1 | -11/+11 |
* | object: modes in TreeEntry as os.FileMode, and not the git internal | Máximo Cuadros | 2017-01-28 | 1 | -4/+12 |
* | adds Tree method to Tree (#224) | Alberto Cortés | 2017-01-26 | 1 | -5/+23 |
* | move plumbing from top level package to plumbing (#183) | Santiago M. Mola | 2016-12-14 | 1 | -0/+449 |