aboutsummaryrefslogtreecommitdiffstats
path: root/examples/showcase
Commit message (Collapse)AuthorAgeFilesLines
* documentation changesMáximo Cuadros2017-01-311-62/+0
|
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-3/+3
|
* example: using new constructorsMáximo Cuadros2017-01-291-5/+4
|
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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.
* examples: review, testing and documentation (#176)Máximo Cuadros2016-12-121-0/+61
* examples reviews, testing and documentation * including the execution on travis, and fix readme * fix example link * including the execution on travis