Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -28/+28 |
| | |||||
* | move plumbing from top level package to plumbing (#183) | Santiago M. Mola | 2016-12-14 | 1 | -13/+13 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * plumbing: rename Object -> EncodedObject. * plumbing/storer: rename ObjectStorer -> EncodedObjectStorer. * move difftree to plumbing/difftree. * move diff -> utils/diff * make Object/Tag/Blob/Tree/Commit/File depend on storer. * Object and its implementations now depend only on storer.EncodedObjectStorer, not git.Repository. * Tests are decoupled accordingly. * move Object/Commit/File/Tag/Tree to plumbing/object. * move Object/Commit/File/Tag/Tree to plumbing/object. * move checkClose to utils/ioutil. * move RevListObjects to plumbing/revlist.Objects. * move DiffTree to plumbing/difftree package. * rename files with plural nouns to singular * plumbing/object: add GetBlob/GetCommit/GetTag/GetTree. | ||||
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -2/+2 |
| | | | * plumbing: now core was renamed to core, and formats and clients moved inside | ||||
* | test coverage improved, Remote.Refs and Repository.Refs returns error, ↵ | Máximo Cuadros | 2016-09-22 | 1 | -31/+59 |
| | | | | TreeWalker -> TreeIter | ||||
* | DiffTree based on TreeWalker | Máximo Cuadros | 2016-08-30 | 1 | -8/+6 |
| | |||||
* | v3 -> v4 | Máximo Cuadros | 2016-08-11 | 1 | -2/+2 |
| | |||||
* | Fix some bugs found during gypogit testing (#58) | Vadim Markovtsev | 2016-07-09 | 1 | -0/+1 |
| | |||||
* | Wrap more objects with CGo | Vadim Markovtsev | 2016-06-21 | 1 | -0/+142 |