Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | cshared: remove directory (Fix #236) | Antonio Jesus Navarro Perez | 2017-02-21 | 1 | -135/+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 | -3/+3 |
| | |||||
* | move plumbing from top level package to plumbing (#183) | Santiago M. Mola | 2016-12-14 | 1 | -14/+15 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 | ||||
* | gofmt simplify (#111) | ferhat elmas | 2016-11-07 | 1 | -1/+1 |
| | |||||
* | 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/+67 |
| | |||||
* | Wrap more objects with CGo | Vadim Markovtsev | 2016-06-21 | 1 | -0/+67 |