aboutsummaryrefslogtreecommitdiffstats
path: root/commit.go
Commit message (Expand)AuthorAgeFilesLines
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-272/+0
* new plumbing package (#118)Máximo Cuadros2016-11-081-22/+23
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-5/+3
* tags tests, Tag.String and Commit.StringMáximo Cuadros2016-09-211-2/+17
* examples: new clone exampleMáximo Cuadros2016-09-011-0/+10
* NewObjectLookupIter asking right typeMáximo Cuadros2016-08-311-0/+1
* object: Add Encode method to all objects. (#70)Santiago M. Mola2016-08-291-2/+36
* WalkCommitHistory adn Commit.HistoryMáximo Cuadros2016-08-231-0/+18
* ForEach review and Commit.Tree err returnMáximo Cuadros2016-08-221-6/+10
* core: *Iter.ForEach methodMáximo Cuadros2016-08-151-0/+14
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-141-1/+4
* Repository and Remote API changesMáximo Cuadros2016-08-131-1/+1
* v3 -> v4Máximo Cuadros2016-08-111-1/+1
* documentationMáximo Cuadros2016-05-191-0/+3
* fix misspellingsv3.0.4Máximo Cuadros2016-05-191-2/+2
* Added Object interface for Commit, Tree, Blob and TagJoshua Sjoding2016-03-081-2/+24
* Renamed internal close function to checkCloseJoshua Sjoding2016-02-271-1/+1
* Refactor to use core.ObjectReader and core.ObjectWriterJoshua Sjoding2016-02-251-2/+9
* Improved support for Blob objectsJoshua Sjoding2016-02-191-1/+1
* update imports to v3Máximo Cuadros2016-02-171-1/+1
* storages: memory objectMáximo Cuadros2016-02-171-0/+4
* Repository now works against the generic ObjectStore interfaceJoshua Sjoding2016-01-231-47/+10
* Fix commit.File() gorutine leakAlberto Cortés2016-01-211-10/+1
* blame code reorganization, and mutting the testMáximo Cuadros2015-12-121-0/+23
* fix PR#7 commentsAlberto Cortés2015-12-041-0/+16
* Blame support for filesAlberto Cortés2015-11-251-0/+5
* iters: add IsClosed field, fixes #4Máximo Cuadros2015-11-171-1/+12
* internal -> coreMáximo Cuadros2015-10-311-12/+14
* tree and commitMáximo Cuadros2015-10-271-0/+127