| Commit message (Expand) | Author | Age | Files | Lines |
* | update to go-billy.v4 and go-git-fixtures.v3 | Máximo Cuadros | 2017-11-23 | 1 | -4/+4 |
* | Repository.Clone added Tags option, and set by default AllTags as git does | Máximo Cuadros | 2017-09-04 | 1 | -0/+21 |
* | Add sideband support for push | Ori Rawlings | 2017-09-01 | 1 | -0/+41 |
* | repository: Resolve commit when cloning annotated tag, fixes #557 | Ori Rawlings | 2017-08-24 | 1 | -0/+21 |
* | *: windows support, some more fixes (#533) | Manuel Carmona | 2017-08-03 | 1 | -1/+1 |
* | Remote.Clone fix clone of tags in shallow mode | Máximo Cuadros | 2017-08-02 | 1 | -0/+30 |
* | Merge pull request #531 from mcuadros/ref-name | Máximo Cuadros | 2017-08-02 | 1 | -5/+3 |
|\ |
|
| * | *: use the new API for ReferenceName.Is* methods | Máximo Cuadros | 2017-08-02 | 1 | -5/+3 |
* | | config: multiple values in RemoteConfig (URLs and Fetch) | Santiago M. Mola | 2017-08-01 | 1 | -7/+7 |
|/ |
|
* | worktree: expose underlying filesystem | Máximo Cuadros | 2017-07-26 | 1 | -1/+1 |
* | *: package context support in Repository, Remote and Submodule | Máximo Cuadros | 2017-07-26 | 1 | -31/+86 |
* | move Repository.Pull to Worktree.Pull | Máximo Cuadros | 2017-07-24 | 1 | -152/+13 |
* | remote: push, update remote refs on push | Máximo Cuadros | 2017-07-22 | 1 | -41/+24 |
* | repository: allow push from shallow repositories | Máximo Cuadros | 2017-07-19 | 1 | -0/+45 |
* | *: upgrade to go-billy.v3, merge | Máximo Cuadros | 2017-06-18 | 1 | -12/+15 |
* | do not convert local paths to URL | Santiago M. Mola | 2017-04-28 | 1 | -4/+4 |
* | add support for .git as file, fixes #348 | Santiago M. Mola | 2017-04-27 | 1 | -0/+87 |
* | Add Repository.Log() method (fix #298) | Antonio Jesus Navarro Perez | 2017-04-11 | 1 | -0/+75 |
* | Merge pull request #296 from ajnavarro/improvement/repository | Santiago M. Mola | 2017-03-21 | 1 | -5/+187 |
|\ |
|
| * | git: Repository methods changes | Antonio Jesus Navarro Perez | 2017-03-06 | 1 | -5/+187 |
* | | use go-billy.v2 version | Antonio Jesus Navarro Perez | 2017-03-10 | 1 | -2/+2 |
* | | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -7/+7 |
|/ |
|
* | documentation and API improvements | Máximo Cuadros | 2017-02-21 | 1 | -3/+2 |
* | submodule update implementation | Máximo Cuadros | 2017-02-15 | 1 | -0/+41 |
* | Repository.Init now handles non-standard .git location | Máximo Cuadros | 2017-02-13 | 1 | -2/+49 |
* | submodule init implementation | Máximo Cuadros | 2017-02-13 | 1 | -2/+2 |
* | submodule init implementation | Máximo Cuadros | 2017-02-12 | 1 | -14/+4 |
* | git: make Storer public in Repository. | Santiago M. Mola | 2017-02-09 | 1 | -2/+2 |
* | Add revision implementation (#139) | Anthony HAMON | 2017-02-06 | 1 | -0/+52 |
* | 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 |