aboutsummaryrefslogtreecommitdiffstats
path: root/remote_test.go
Commit message (Expand)AuthorAgeFilesLines
* use go-billy.v2 versionAntonio Jesus Navarro Perez2017-03-101-1/+1
* project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-7/+7
* submodule init implementationMáximo Cuadros2017-02-121-1/+2
* config: RefSpec.Validate returning errors and doc (Fixes #232)Máximo Cuadros2017-01-311-4/+4
* new srcd.works/go-git.v4 pathMáximo Cuadros2017-01-301-5/+5
* new git fixture pathMáximo Cuadros2017-01-301-1/+1
* rename billy importsMáximo Cuadros2017-01-301-2/+1
* example: using new constructorsMáximo Cuadros2017-01-301-18/+19
|\
| * Repository.Progress moved as a field in *Options (#237)Máximo Cuadros2017-01-301-18/+19
* | new repository constructors and worktreeMáximo Cuadros2017-01-281-1/+1
|/
* remote: fix empty-git-upload-pack error in fetch, when the reference points t...Máximo Cuadros2017-01-121-0/+11
* remote: add Push (#178)Santiago M. Mola2016-12-191-0/+109
* Extract billy (#173)Sergio Arbeo2016-12-191-1/+2
* remote: make Fetch atomic. (#185)Santiago M. Mola2016-12-161-81/+13
* storage: shallow storage (#180)Máximo Cuadros2016-12-151-0/+8
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-2/+2
* examples: review, testing and documentation (#176)Máximo Cuadros2016-12-121-46/+0
* remote: fix Connect, returned nil error on failure. (#167)Santiago M. Mola2016-12-081-0/+7
* remote: sideband support (#164)Máximo Cuadros2016-12-071-15/+34
* protocol/packp: UploadPackResponse implementation (#161)Máximo Cuadros2016-12-061-0/+26
* BaseSuite improvements, usage of file:// protoMáximo Cuadros2016-12-021-35/+33
* protocol/packp: capabilities new Capability entity and List struct, test impr...Máximo Cuadros2016-11-291-2/+3
* remove old types from transport and use packp (#142)Santiago M. Mola2016-11-281-6/+6
* transport: create Client interface (#132)Santiago M. Mola2016-11-231-13/+13
* Add configurable http client factory (fixes #120) (#121)ferhat elmas2016-11-151-0/+46
* new plumbing package (#118)Máximo Cuadros2016-11-081-14/+15
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-7/+21
* utils: fs, new memory filesystem (#108)Máximo Cuadros2016-11-041-1/+1
* remote, fix copy tag reference on fetchMáximo Cuadros2016-10-261-3/+16
* 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-5/+49
* format: packfile new interfaceMáximo Cuadros2016-09-071-10/+4
* Repository: Clone protection if non empty object storage, Remote: NoErrAlread...Máximo Cuadros2016-08-251-1/+18
* options renamed and some text fixesMáximo Cuadros2016-08-221-1/+1
* Remote.Fetch multiple RefSpec supportMáximo Cuadros2016-08-221-1/+1
* remote and repository base on ConfigStoreMáximo Cuadros2016-08-211-12/+12
* remote and repository base on ConfigStoreMáximo Cuadros2016-08-201-35/+27
* Remote.Fetch base on RefSpec, improvement of the responsabilities separationMáximo Cuadros2016-08-191-7/+3
* Repository.Clone and Remote.Fetch remote, local branches and client: correct ...Máximo Cuadros2016-08-151-29/+20
* Repository.Clone and Remote.Fetch tests and improvementsMáximo Cuadros2016-08-131-11/+71
* Repository and Remote API changesMáximo Cuadros2016-08-131-13/+12
* general: usage of the new Reference objectsMáximo Cuadros2016-08-121-5/+8
* v3 -> v4Máximo Cuadros2016-08-111-4/+4
* Adds support to open local repositories and to use file-based object storage ...v3.1.0Alberto Cortés2016-07-041-7/+8
* remote.Head and repository.PullDefaultMáximo Cuadros2016-04-251-0/+15
* New iteration behavior via FileIter and TreeWalkerJoshua Sjoding2016-02-171-1/+1
* update imports to v3Máximo Cuadros2016-02-171-3/+3
* storages: memory objectMáximo Cuadros2016-02-171-2/+2
* clients: new AuthMethod and ConnectWithAuthMáximo Cuadros2015-11-051-0/+8
* clients: capabilities improvementMáximo Cuadros2015-11-011-1/+1