| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | *: add pointer to the new transport.Endpoint struct | Máximo Cuadros | 2017-11-21 | 1 | -1/+1 |
* | Merge pull request #641 from sunfishgao/patch-1 | Ori Rawlings | 2017-11-13 | 1 | -0/+1 |
|\ |
|
| * | fix: a range loop can break in advance | Sunfish | 2017-11-13 | 1 | -0/+1 |
* | | remote: add the last 100 commits for each ref in haves list | Jeremy Stribling | 2017-10-05 | 1 | -3/+92 |
* | | Merge pull request #609 from darkowlzz/ls-remote | Máximo Cuadros | 2017-10-04 | 1 | -0/+33 |
|\ \ |
|
| * | | Create ListOptions and rename LSRemote to List. | Sunny | 2017-10-04 | 1 | -3/+3 |
| * | | remote: add support for ls-remote | Sunny | 2017-10-02 | 1 | -0/+33 |
| |/ |
|
* | | Merge pull request #586 from keybase/strib/commit-preorder-seen-gh-master | Máximo Cuadros | 2017-09-12 | 1 | -1/+1 |
|\ \ |
|
| * | | plumbing: the commit walker can skip externally-seen commits | Jeremy Stribling | 2017-09-09 | 1 | -1/+1 |
* | | | config: support a configurable, and turn-off-able, pack.window | Jeremy Stribling | 2017-09-11 | 1 | -3/+7 |
|/ / |
|
* / | remote: iterate over reference only once | Miguel Molina | 2017-09-05 | 1 | -27/+58 |
|/ |
|
* | Remote.Fetch Tags logic improvement and fix NoTags | Máximo Cuadros | 2017-09-04 | 1 | -6/+16 |
* | Add sideband support for push | Ori Rawlings | 2017-09-01 | 1 | -4/+21 |
* | remote: avoid expensive revlist operation when only deleting refs | Jeremy Stribling | 2017-08-28 | 1 | -3/+12 |
* | Merge pull request #531 from mcuadros/ref-name | Máximo Cuadros | 2017-08-02 | 1 | -2/+2 |
|\ |
|
| * | *: use the new API for ReferenceName.Is* methods | Máximo Cuadros | 2017-08-02 | 1 | -2/+2 |
* | | config: multiple values in RemoteConfig (URLs and Fetch) | Santiago M. Mola | 2017-08-01 | 1 | -4/+7 |
|/ |
|
* | *: package context support in Repository, Remote and Submodule | Máximo Cuadros | 2017-07-26 | 1 | -12/+43 |
* | Merge pull request #507 from mcuadros/ctx | Máximo Cuadros | 2017-07-25 | 1 | -2/+3 |
|\ |
|
| * | *: context.TODO() | Máximo Cuadros | 2017-07-25 | 1 | -2/+3 |
* | | remote: push, update remote refs on push | Máximo Cuadros | 2017-07-22 | 1 | -15/+42 |
|/ |
|
* | repository: allow push from shallow repositories | Máximo Cuadros | 2017-07-19 | 1 | -1/+11 |
* | Merge pull request #485 from mcuadros/fetch-tagsv4.0.0-rc12 | Máximo Cuadros | 2017-07-17 | 1 | -56/+83 |
|\ |
|
| * | remote: fetch, correct behaviour on tags | Máximo Cuadros | 2017-07-17 | 1 | -56/+83 |
* | | remote: avoid duplicate haves | Máximo Cuadros | 2017-07-13 | 1 | -3/+13 |
|/ |
|
* | improve delete support on push | Santiago M. Mola | 2017-07-11 | 1 | -4/+18 |
* | remote: fix push delete, closes #466 | Santiago M. Mola | 2017-07-07 | 1 | -12/+48 |
* | Update local remote references during fetch even if no pack needs to be received | Ori Rawlings | 2017-06-19 | 1 | -25/+45 |
* | Merge pull request #421 from smola/iter-naming | Máximo Cuadros | 2017-06-14 | 1 | -1/+1 |
|\ |
|
| * | fix naming of NewCommit{Pre,Post}Iterator | Santiago M. Mola | 2017-06-13 | 1 | -1/+1 |
* | | ensure receive-pack session is closed on push. | Santiago M. Mola | 2017-06-13 | 1 | -0/+2 |
|/ |
|
* | Merge pull request #367 from smola/push-tags | Máximo Cuadros | 2017-04-27 | 1 | -1/+0 |
|\ |
|
| * | add test for tags push, closes #354 | Santiago M. Mola | 2017-04-27 | 1 | -1/+0 |
* | | Merge pull request #365 from smola/git-rel-path | Santiago M. Mola | 2017-04-27 | 1 | -2/+2 |
|\ \
| |/
|/| |
|
| * | transport: make Endpoint an interface, fixes #362 | Santiago M. Mola | 2017-04-27 | 1 | -2/+2 |
* | | support force push (refspec with +) | Santiago M. Mola | 2017-04-27 | 1 | -22/+64 |
|/ |
|
* | fix format string issues as found by go vet | Santiago M. Mola | 2017-04-26 | 1 | -1/+1 |
* | project: move imports from srcd.works to gopkg.in | Antonio Jesus Navarro Perez | 2017-03-07 | 1 | -13/+13 |
* | Add full stops and keep implementation details as internal comments. | Antonio Jesus Navarro Perez | 2017-03-03 | 1 | -2/+2 |
* | improve git package documentation (fix #231) | Antonio Jesus Navarro Perez | 2017-03-03 | 1 | -1/+1 |
* | plumbing/revlist: input as a slice of hashes instead of commits | Antonio Jesus Navarro Perez | 2017-02-27 | 1 | -12/+6 |
* | submodule init implementation | Máximo Cuadros | 2017-02-12 | 1 | -3/+6 |
* | documentation changes | Máximo Cuadros | 2017-01-31 | 1 | -5/+5 |
* | new srcd.works/go-git.v4 path | Máximo Cuadros | 2017-01-30 | 1 | -13/+13 |
* | Repository.Progress moved as a field in *Options (#237) | Máximo Cuadros | 2017-01-30 | 1 | -5/+5 |
* | transport: remove SetAuth, fixes #206 (#210) | Anthony Weems | 2017-01-17 | 1 | -6/+6 |
* | remote: fix empty-git-upload-pack error in fetch, when the reference points t... | Máximo Cuadros | 2017-01-12 | 1 | -3/+4 |
* | doc: clarify return values of Pull/Fetch. (#205) | Santiago M. Mola | 2017-01-12 | 1 | -0/+2 |
* | server: add git server implementation (#190) | Santiago M. Mola | 2017-01-04 | 1 | -33/+11 |
* | remote: add Push (#178) | Santiago M. Mola | 2016-12-19 | 1 | -5/+228 |