aboutsummaryrefslogtreecommitdiffstats
path: root/cshared/objects_cshared.go
Commit message (Collapse)AuthorAgeFilesLines
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-11/+11
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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 Cuadros2016-11-081-2/+2
| | | * plumbing: now core was renamed to core, and formats and clients moved inside
* gofmt simplify (#111)ferhat elmas2016-11-071-2/+2
|
* v3 -> v4Máximo Cuadros2016-08-111-2/+2
|
* Fix some bugs found during gypogit testing (#58)Vadim Markovtsev2016-07-091-1/+11
|
* Wrap more objects with CGoVadim Markovtsev2016-06-211-1/+1
|
* Add cshared files to allow building wrappers in other languagesVadim Markovtsev2016-06-151-0/+99