aboutsummaryrefslogtreecommitdiffstats
path: root/repository.go
Commit message (Expand)AuthorAgeFilesLines
...
* remote: make Fetch atomic. (#185)Santiago M. Mola2016-12-161-46/+94
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-64/+31
* config: Config, bare flag (#177)Máximo Cuadros2016-12-121-0/+21
* repository: Ref -> Reference; Refs -> References. (#168)Santiago M. Mola2016-12-081-6/+9
* remote: sideband support (#164)Máximo Cuadros2016-12-071-3/+9
* remove old types from transport and use packp (#142)Santiago M. Mola2016-11-281-3/+8
* new plumbing package (#118)Máximo Cuadros2016-11-081-31/+32
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-32/+66
* add Blobs, Trees and Objects iters. (#114)Santiago M. Mola2016-11-041-0/+31
* utils: fs, new memory filesystem (#108)Máximo Cuadros2016-11-041-1/+1
* utils/fs: move 'os' and 'test' to separate packages. (#93)Santiago M. Mola2016-10-241-2/+2
* test coverage improved, Remote.Refs and Repository.Refs returns error, TreeWa...Máximo Cuadros2016-09-221-8/+8
* fixtures: new fixture package being use in all packagesMáximo Cuadros2016-09-121-25/+9
* storage: filesystem ref storage, and not not exists file handlingMáximo Cuadros2016-09-101-1/+5
* format: packfile new interfaceMáximo Cuadros2016-09-071-1/+1
* core: Storage.Get, switch order of argsMáximo Cuadros2016-08-291-5/+5
* storage: Add object type hint parameter to ObjectStorage.Get. (#69)Santiago M. Mola2016-08-291-6/+6
* Repository: Clone protection if non empty object storage, Remote: NoErrAlread...Máximo Cuadros2016-08-251-2/+21
* options renamed and some text fixesMáximo Cuadros2016-08-221-5/+5
* Remote.Fetch multiple RefSpec supportMáximo Cuadros2016-08-221-12/+40
* remote and repository base on ConfigStoreMáximo Cuadros2016-08-211-17/+52
* remote and repository base on ConfigStoreMáximo Cuadros2016-08-201-14/+15
* Remote.Fetch base on RefSpec, improvement of the responsabilities separationMáximo Cuadros2016-08-191-112/+18
* NewFilesystemRepository and exampleMáximo Cuadros2016-08-151-2/+4
* core: *Iter.ForEach methodMáximo Cuadros2016-08-151-29/+8
* Repository.Pull, PoCMáximo Cuadros2016-08-151-4/+64
* Repository.Clone and Remote.Fetch remote, local branches and client: correct ...Máximo Cuadros2016-08-151-16/+109
* core: Storage, removing err returning *StoragesMáximo Cuadros2016-08-141-33/+19
* fix tests and examplesMáximo Cuadros2016-08-141-0/+12
* Repository.Clone and Remote.Fetch tests and improvementsMáximo Cuadros2016-08-131-9/+36
* Repository and Remote API changesMáximo Cuadros2016-08-131-94/+46
* general: usage of the new Reference objectsMáximo Cuadros2016-08-121-30/+31
* storage: seekable renamed to filesystemMáximo Cuadros2016-08-111-3/+3
* v3 -> v4Máximo Cuadros2016-08-111-6/+6
* Repository head (#61)v3.1.1Alberto Cortés2016-08-021-0/+29
* Adds support to open local repositories and to use file-based object storage ...v3.1.0Alberto Cortés2016-07-041-25/+46
* documentationMáximo Cuadros2016-05-191-11/+14
* Fix PullDefault to not cause panics.Calvin Behling2016-05-071-6/+5
* remote.Head and repository.PullDefaultMáximo Cuadros2016-04-251-0/+10
* Added Object interface for Commit, Tree, Blob and TagJoshua Sjoding2016-03-081-0/+30
* Renamed internal close function to checkCloseJoshua Sjoding2016-02-271-1/+1
* Refactor to use core.ObjectReader and core.ObjectWriterJoshua Sjoding2016-02-251-3/+1
* Improved support for Blob objectsJoshua Sjoding2016-02-191-12/+26
* Added support for annotated tagsJoshua Sjoding2016-02-181-0/+20
* New iteration behavior via FileIter and TreeWalkerJoshua Sjoding2016-02-171-1/+1
* update imports to v3Máximo Cuadros2016-02-171-4/+4
* storages: memory objectMáximo Cuadros2016-02-171-1/+2
* Merge pull request #20 from scjalliance/generic-object-storageMáximo Cuadros2016-02-161-16/+14
|\
| * Functions in core.ObjectStorage interface now return an errorJoshua Sjoding2016-02-161-6/+12
| * Renamed ObjectStorage.IterType() to Iter() and improved documentation for obj...Joshua Sjoding2016-02-151-1/+1