Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cshared: remove directory (Fix #236) | Antonio Jesus Navarro Perez | 2017-02-21 | 1 | -223/+0 |
| | | | | If some day this code is needed, we can go back into the commit history and get it. | ||||
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -4/+4 |
| | |||||
* | move plumbing from top level package to plumbing (#183) | Santiago M. Mola | 2016-12-14 | 1 | -21/+22 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | -3/+4 |
| | | | * plumbing: now core was renamed to core, and formats and clients moved inside | ||||
* | ForEach review and Commit.Tree err return | Máximo Cuadros | 2016-08-22 | 1 | -3/+7 |
| | |||||
* | v3 -> v4 | Máximo Cuadros | 2016-08-11 | 1 | -2/+2 |
| | |||||
* | Wrap more objects with CGo | Vadim Markovtsev | 2016-06-21 | 1 | -1/+40 |
| | |||||
* | Add cshared files to allow building wrappers in other languages | Vadim Markovtsev | 2016-06-15 | 1 | -0/+178 |