aboutsummaryrefslogtreecommitdiffstats
path: root/objects_test.go
Commit message (Expand)AuthorAgeFilesLines
* object: Add Encode method to all objects. (#70)Santiago M. Mola2016-08-291-2/+30
* Repository: Clone protection if non empty object storage, Remote: NoErrAlread...Máximo Cuadros2016-08-251-2/+2
* ForEach review and Commit.Tree err returnMáximo Cuadros2016-08-221-1/+4
* options renamed and some text fixesMáximo Cuadros2016-08-221-5/+2
* Repository.Clone and Remote.Fetch remote, local branches and client: correct ...Máximo Cuadros2016-08-151-1/+1
* Repository.Clone and Remote.Fetch tests and improvementsMáximo Cuadros2016-08-131-6/+5
* Repository and Remote API changesMáximo Cuadros2016-08-131-0/+2
* core: new MemoryObject, move from memory.Object, packfile.Parser, base on new...Máximo Cuadros2016-08-111-2/+1
* v3 -> v4Máximo Cuadros2016-08-111-2/+2
* Adds support to open local repositories and to use file-based object storage ...v3.1.0Alberto Cortés2016-07-041-2/+5
* Added Object interface for Commit, Tree, Blob and TagJoshua Sjoding2016-03-081-0/+1
* Refactor to use core.ObjectReader and core.ObjectWriterJoshua Sjoding2016-02-251-3/+15
* File, added size and reader is now a methodv3.0.0Máximo Cuadros2016-02-221-1/+1
* Tree.Entries is now a sliceJoshua Sjoding2016-02-171-3/+6
* New iteration behavior via FileIter and TreeWalkerJoshua Sjoding2016-02-171-3/+4
* update imports to v3Máximo Cuadros2016-02-171-2/+2
* storages: memory objectMáximo Cuadros2016-02-171-1/+2
* performance increase for repos with many files and directoriesAlberto Cortés2016-01-211-3/+3
* blame code reorganization, and mutting the testMáximo Cuadros2015-12-121-2/+0
* Timezone fixesAlex Guerrieri2015-11-231-5/+17
* clients: new AuthMethod and ConnectWithAuthMáximo Cuadros2015-11-051-1/+1
* internal -> coreMáximo Cuadros2015-10-311-5/+5
* tree and commitMáximo Cuadros2015-10-271-26/+42
* objects: using readers from internal.ObjectMáximo Cuadros2015-10-261-25/+33
* formats/packfile: new reader APIMáximo Cuadros2015-10-251-0/+108