aboutsummaryrefslogtreecommitdiffstats
path: root/remote_test.go
Commit message (Expand)AuthorAgeFilesLines
...
* | config: multiple values in RemoteConfig (URLs and Fetch)Santiago M. Mola2017-08-011-28/+27
|/
* *: package context support in Repository, Remote and SubmoduleMáximo Cuadros2017-07-261-0/+41
* Merge pull request #498 from mcuadros/fix-pushMáximo Cuadros2017-07-241-115/+75
|\
| * remote: push, update remote refs on pushMáximo Cuadros2017-07-221-115/+75
* | Implement a NoTags mode for fetch that mimics git fetch --no-tagsNick Thomas2017-07-221-0/+16
|/
* Merge pull request #485 from mcuadros/fetch-tagsv4.0.0-rc12Máximo Cuadros2017-07-171-53/+107
|\
| * remote: fetch, correct behaviour on tagsMáximo Cuadros2017-07-171-53/+107
* | remote: avoid duplicate havesMáximo Cuadros2017-07-131-0/+19
|/
* remote: fix push delete, closes #466Santiago M. Mola2017-07-071-0/+47
* Update local remote references during fetch even if no pack needs to be receivedOri Rawlings2017-06-191-0/+24
* *: upgrade to go-billy.v3, mergeMáximo Cuadros2017-06-181-7/+7
* do not convert local paths to URLSantiago M. Mola2017-04-281-15/+14
* add test for tags push, closes #354Santiago M. Mola2017-04-271-0/+45
* support force push (refspec with +)Santiago M. Mola2017-04-271-0/+87
* 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