Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remote.Head and repository.PullDefault | Máximo Cuadros | 2016-04-25 | 1 | -0/+14 |
| | |||||
* | Added Object interface for Commit, Tree, Blob and Tag | Joshua Sjoding | 2016-03-08 | 1 | -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 tags | Joshua Sjoding | 2016-02-18 | 1 | -1/+31 |
| | |||||
* | update imports to v3 | Máximo Cuadros | 2016-02-17 | 1 | -2/+2 |
| | |||||
* | missing call to Close on Fetch return value (ReadCloser) | Alberto Cortés | 2016-01-11 | 1 | -0/+5 |
| | |||||
* | fix PR#7 comments | Alberto Cortés | 2015-12-04 | 1 | -1/+3 |
| | |||||
* | iters: add IsClosed field, fixes #4 | Máximo Cuadros | 2015-11-17 | 1 | -0/+11 |
| | |||||
* | clients: new AuthMethod and ConnectWithAuth | Máximo Cuadros | 2015-11-05 | 1 | -3/+17 |
| | |||||
* | internal -> core | Máximo Cuadros | 2015-10-31 | 1 | -2/+2 |
| | |||||
* | tree and commit | Máximo Cuadros | 2015-10-27 | 1 | -2/+44 |
| | |||||
* | repository | Máximo Cuadros | 2015-10-26 | 1 | -0/+15 |