aboutsummaryrefslogtreecommitdiffstats
path: root/repository_test.go
Commit message (Expand)AuthorAgeFilesLines
* do not convert local paths to URLSantiago M. Mola2017-04-281-4/+4
* add support for .git as file, fixes #348Santiago M. Mola2017-04-271-0/+87
* Add Repository.Log() method (fix #298)Antonio Jesus Navarro Perez2017-04-111-0/+75
* Merge pull request #296 from ajnavarro/improvement/repositorySantiago M. Mola2017-03-211-5/+187
|\
| * git: Repository methods changesAntonio Jesus Navarro Perez2017-03-061-5/+187
* | use go-billy.v2 versionAntonio Jesus Navarro Perez2017-03-101-2/+2
* | project: move imports from srcd.works to gopkg.inAntonio Jesus Navarro Perez2017-03-071-7/+7
|/
* documentation and API improvementsMáximo Cuadros2017-02-211-3/+2
* submodule update implementationMáximo Cuadros2017-02-151-0/+41
* Repository.Init now handles non-standard .git locationMáximo Cuadros2017-02-131-2/+49
* submodule init implementationMáximo Cuadros2017-02-131-2/+2
* submodule init implementationMáximo Cuadros2017-02-121-14/+4
* git: make Storer public in Repository.Santiago M. Mola2017-02-091-2/+2
* Add revision implementation (#139)Anthony HAMON2017-02-061-0/+52
* documentation changesMáximo Cuadros2017-01-311-1/+1
* 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-9/+9
* example: using new constructorsMáximo Cuadros2017-01-301-15/+30
|\
| * Repository.Progress moved as a field in *Options (#237)Máximo Cuadros2017-01-301-15/+30
* | test and comments improvementsMáximo Cuadros2017-01-301-0/+6
* | Repository.Worktree, removing custom fsMáximo Cuadros2017-01-301-11/+2
* | Repository.Clone made privateMáximo Cuadros2017-01-291-16/+16
* | new repository constructors and worktreeMáximo Cuadros2017-01-281-59/+245
|/
* repository: fix pull when fetch returns up-to-date (#207)Máximo Cuadros2017-01-161-1/+29
* remote: add Push (#178)Santiago M. Mola2016-12-191-0/+54
* remote: make Fetch atomic. (#185)Santiago M. Mola2016-12-161-0/+23
* move plumbing from top level package to plumbing (#183)Santiago M. Mola2016-12-141-1/+2
* config: Config, bare flag (#177)Máximo Cuadros2016-12-121-0/+21
* repository: Ref -> Reference; Refs -> References. (#168)Santiago M. Mola2016-12-081-20/+20
* remote: sideband support (#164)Máximo Cuadros2016-12-071-4/+17
* revision based on goreportcard.comMáximo Cuadros2016-12-061-1/+1
* repository: fix test setting global configMáximo Cuadros2016-12-061-4/+1
* protocol/packp: UploadPackResponse implementation (#161)Máximo Cuadros2016-12-061-7/+63
* BaseSuite improvements, usage of file:// protoMáximo Cuadros2016-12-021-36/+51
* new plumbing package (#118)Máximo Cuadros2016-11-081-35/+35
* global storage interface refactor (#112)Máximo Cuadros2016-11-071-2/+2
* remote, fix fetch tagsMáximo Cuadros2016-10-271-8/+11
* test coverage improved, Remote.Refs and Repository.Refs returns error, TreeWa...Máximo Cuadros2016-09-221-21/+105
* fixtures: new fixture package being use in all packagesMáximo Cuadros2016-09-121-61/+28
* storage: Add object type hint parameter to ObjectStorage.Get. (#69)Santiago M. Mola2016-08-291-1/+1
* Repository: Clone protection if non empty object storage, Remote: NoErrAlread...Máximo Cuadros2016-08-251-1/+31
* ForEach review and Commit.Tree err returnMáximo Cuadros2016-08-221-1/+5
* options renamed and some text fixesMáximo Cuadros2016-08-221-35/+19
* remote and repository base on ConfigStoreMáximo Cuadros2016-08-211-13/+12
* Remote.Fetch base on RefSpec, improvement of the responsabilities separationMáximo Cuadros2016-08-191-12/+0
* Repository.Clone and Remote.Fetch remote, local branches and client: correct ...Máximo Cuadros2016-08-151-7/+106
* Repository.Clone and Remote.Fetch tests and improvementsMáximo Cuadros2016-08-131-76/+59
* Repository and Remote API changesMáximo Cuadros2016-08-131-38/+29
* storage: seekable renamed to filesystemMáximo Cuadros2016-08-111-3/+3