| Commit message (Expand) | Author | Age | Files | Lines |
* | documentation changes | Máximo Cuadros | 2017-01-31 | 1 | -1/+1 |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -5/+5 |
* | new git fixture path | Máximo Cuadros | 2017-01-30 | 1 | -1/+1 |
* | rename billy imports | Máximo Cuadros | 2017-01-30 | 1 | -9/+9 |
* | example: using new constructors | Máximo Cuadros | 2017-01-30 | 1 | -15/+30 |
|\ |
|
| * | Repository.Progress moved as a field in *Options (#237) | Máximo Cuadros | 2017-01-30 | 1 | -15/+30 |
* | | test and comments improvements | Máximo Cuadros | 2017-01-30 | 1 | -0/+6 |
* | | Repository.Worktree, removing custom fs | Máximo Cuadros | 2017-01-30 | 1 | -11/+2 |
* | | Repository.Clone made private | Máximo Cuadros | 2017-01-29 | 1 | -16/+16 |
* | | new repository constructors and worktree | Máximo Cuadros | 2017-01-28 | 1 | -59/+245 |
|/ |
|
* | repository: fix pull when fetch returns up-to-date (#207) | Máximo Cuadros | 2017-01-16 | 1 | -1/+29 |
* | remote: add Push (#178) | Santiago M. Mola | 2016-12-19 | 1 | -0/+54 |
* | remote: make Fetch atomic. (#185) | Santiago M. Mola | 2016-12-16 | 1 | -0/+23 |
* | move plumbing from top level package to plumbing (#183) | Santiago M. Mola | 2016-12-14 | 1 | -1/+2 |
* | config: Config, bare flag (#177) | Máximo Cuadros | 2016-12-12 | 1 | -0/+21 |
* | repository: Ref -> Reference; Refs -> References. (#168) | Santiago M. Mola | 2016-12-08 | 1 | -20/+20 |
* | remote: sideband support (#164) | Máximo Cuadros | 2016-12-07 | 1 | -4/+17 |
* | revision based on goreportcard.com | Máximo Cuadros | 2016-12-06 | 1 | -1/+1 |
* | repository: fix test setting global config | Máximo Cuadros | 2016-12-06 | 1 | -4/+1 |
* | protocol/packp: UploadPackResponse implementation (#161) | Máximo Cuadros | 2016-12-06 | 1 | -7/+63 |
* | BaseSuite improvements, usage of file:// proto | Máximo Cuadros | 2016-12-02 | 1 | -36/+51 |
* | new plumbing package (#118) | Máximo Cuadros | 2016-11-08 | 1 | -35/+35 |
* | global storage interface refactor (#112) | Máximo Cuadros | 2016-11-07 | 1 | -2/+2 |
* | remote, fix fetch tags | Máximo Cuadros | 2016-10-27 | 1 | -8/+11 |
* | test coverage improved, Remote.Refs and Repository.Refs returns error, TreeWa... | Máximo Cuadros | 2016-09-22 | 1 | -21/+105 |
* | fixtures: new fixture package being use in all packages | Máximo Cuadros | 2016-09-12 | 1 | -61/+28 |
* | storage: Add object type hint parameter to ObjectStorage.Get. (#69) | Santiago M. Mola | 2016-08-29 | 1 | -1/+1 |
* | Repository: Clone protection if non empty object storage, Remote: NoErrAlread... | Máximo Cuadros | 2016-08-25 | 1 | -1/+31 |
* | ForEach review and Commit.Tree err return | Máximo Cuadros | 2016-08-22 | 1 | -1/+5 |
* | options renamed and some text fixes | Máximo Cuadros | 2016-08-22 | 1 | -35/+19 |
* | remote and repository base on ConfigStore | Máximo Cuadros | 2016-08-21 | 1 | -13/+12 |
* | Remote.Fetch base on RefSpec, improvement of the responsabilities separation | Máximo Cuadros | 2016-08-19 | 1 | -12/+0 |
* | Repository.Clone and Remote.Fetch remote, local branches and client: correct ... | Máximo Cuadros | 2016-08-15 | 1 | -7/+106 |
* | Repository.Clone and Remote.Fetch tests and improvements | Máximo Cuadros | 2016-08-13 | 1 | -76/+59 |
* | Repository and Remote API changes | Máximo Cuadros | 2016-08-13 | 1 | -38/+29 |
* | storage: seekable renamed to filesystem | Máximo Cuadros | 2016-08-11 | 1 | -3/+3 |
* | v3 -> v4 | Máximo Cuadros | 2016-08-11 | 1 | -4/+4 |
* | Repository head (#61)v3.1.1 | Alberto Cortés | 2016-08-02 | 1 | -11/+71 |
* | Adds support to open local repositories and to use file-based object storage ...v3.1.0 | Alberto Cortés | 2016-07-04 | 1 | -11/+63 |
* | 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 |
* | 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 |