aboutsummaryrefslogtreecommitdiffstats
path: root/tree.go
Commit message (Expand)AuthorAgeFilesLines
* DiffTree based on TreeWalkerMáximo Cuadros2016-08-301-1/+1
* TreeWalker optimizationMáximo Cuadros2016-08-301-3/+7
* core: Storage.Get, switch order of argsMáximo Cuadros2016-08-291-2/+2
* storage: Add object type hint parameter to ObjectStorage.Get. (#69)Santiago M. Mola2016-08-291-2/+2
* core: MemoryObject.Write, remove SetSize side effectMáximo Cuadros2016-08-291-3/+15
* object: Add Encode method to all objects. (#70)Santiago M. Mola2016-08-291-0/+23
* Tree, fix modesMáximo Cuadros2016-08-261-2/+19
* ForEach review and Commit.Tree err returnMáximo Cuadros2016-08-221-4/+3
* core: *Iter.ForEach methodMáximo Cuadros2016-08-151-0/+27
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-141-2/+2
* Repository and Remote API changesMáximo Cuadros2016-08-131-2/+2
* v3 -> v4Máximo Cuadros2016-08-111-1/+1
* Decode tree bug: incomplete reads break the decoding process (#64)Alberto Cortés2016-08-091-2/+1
* documentationMáximo Cuadros2016-05-191-9/+9
* fix misspellingsv3.0.4Máximo Cuadros2016-05-191-1/+1
* file, added field Modev3.0.1Máximo Cuadros2016-04-221-10/+5
* Added Object interface for Commit, Tree, Blob and TagJoshua Sjoding2016-03-081-5/+15
* Renamed internal close function to checkCloseJoshua Sjoding2016-02-271-1/+1
* Refactor to use core.ObjectReader and core.ObjectWriterJoshua Sjoding2016-02-251-2/+8
* 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-20/+21
* New iteration behavior via FileIter and TreeWalkerJoshua Sjoding2016-02-171-49/+65
* update imports to v3Máximo Cuadros2016-02-171-1/+1
* storages: memory objectMáximo Cuadros2016-02-171-0/+4
* File paths will now be consistent across platformsJoshua Sjoding2016-02-161-3/+3
* Functions in core.ObjectStorage interface now return an errorJoshua Sjoding2016-02-161-9/+19
* Repository now works against the generic ObjectStore interfaceJoshua Sjoding2016-01-231-8/+9
* Merge pull request #15 from alcortesm/performance-increase-for-big-reposMáximo Cuadros2016-01-211-9/+11
|\
| * performance increase for repos with many files and directoriesAlberto Cortés2016-01-211-9/+11
* | Readability improvementsAlberto Cortés2016-01-211-2/+4
|/
* Fix commit.File() gorutine leakAlberto Cortés2016-01-211-0/+80
* Ignore submodule dirs (empty directories without associated object), add empt...Alberto Cortés2016-01-081-1/+5
* fix PR#7 commentsAlberto Cortés2015-12-041-6/+0
* Blame support for filesAlberto Cortés2015-11-251-1/+2
* internal -> coreMáximo Cuadros2015-10-311-7/+7
* tree and commitMáximo Cuadros2015-10-271-0/+122