aboutsummaryrefslogtreecommitdiffstats
path: root/repository_test.go
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* v3 -> v4Máximo Cuadros2016-08-111-4/+4
* Repository head (#61)v3.1.1Alberto Cortés2016-08-021-11/+71
* Adds support to open local repositories and to use file-based object storage ...v3.1.0Alberto Cortés2016-07-041-11/+63
* remote.Head and repository.PullDefaultMáximo Cuadros2016-04-251-0/+14
* Added Object interface for Commit, Tree, Blob and TagJoshua Sjoding2016-03-081-5/+27
* Added support for annotated tagsJoshua Sjoding2016-02-181-1/+31
* update imports to v3Máximo Cuadros2016-02-171-2/+2
* missing call to Close on Fetch return value (ReadCloser)Alberto Cortés2016-01-111-0/+5
* fix PR#7 commentsAlberto Cortés2015-12-041-1/+3
* iters: add IsClosed field, fixes #4Máximo Cuadros2015-11-171-0/+11
* clients: new AuthMethod and ConnectWithAuthMáximo Cuadros2015-11-051-3/+17
* internal -> coreMáximo Cuadros2015-10-311-2/+2
* tree and commitMáximo Cuadros2015-10-271-2/+44
* repositoryMáximo Cuadros2015-10-261-0/+15