aboutsummaryrefslogtreecommitdiffstats
path: root/repository_test.go
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | | | | | | | | | | * New Object interface is distinct from core.Object * New Object interface is used in places where returned object could be of any type * Object is implemented by Commit, Tree, Blob, File and Tag * Added Repository.Object function for retrieving objects of any type * Tag.Object now returns Object instead of core.Object * Tag target hash is now publicly accessible * Renamed Tag.Type field to Tag.TargetType, making it distinct from Tag.Type function * Fixed infinite recursive loop in TagIter.Close * TreeWalker.Next now returns Object instead of core.Object * Removed some duplicate test setup code
* 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