| Commit message (Expand) | Author | Age | Files | Lines |
* | git: fix goroutine block while pushing a remote | Javi Fontan | 2019-03-01 | 1 | -1/+8 |
* | remote: when pushing to a local repo, use local store for ignores | Jeremy Stribling | 2019-02-11 | 1 | -1/+14 |
* | remote: use reference deltas on push when the remote server does not | Benjamin Ash | 2018-10-16 | 1 | -2/+7 |
* | Fixed cloning of a single tag | Fedor Korotkov | 2018-08-08 | 1 | -2/+2 |
* | Remote.Fetch: error on missing remote reference | Máximo Cuadros | 2018-06-21 | 1 | -5/+35 |
* | git: remote, Do not iterate all references on update. | Javi Fontan | 2018-05-14 | 1 | -2/+22 |
* | git: remote, Add shallow commits instead of substituting. Fixes #412 | Javi Fontan | 2018-04-16 | 1 | -2/+17 |
* | *: Use CheckClose with named returns | Javi Fontan | 2018-03-27 | 1 | -6/+6 |
* | remove unused result parameter from objectsToPush | Daniel Martí | 2018-03-01 | 1 | -7/+3 |
* | all: simplification | ferhat elmas | 2017-11-29 | 1 | -2/+2 |
* | Fetch - honor per refspec force flag | Taru Karttunen | 2017-11-27 | 1 | -1/+1 |
* | Use optionally locking when updating refs | Taru Karttunen | 2017-11-27 | 1 | -1/+1 |
* | Support non-force fetches | Nick Thomas | 2017-11-27 | 1 | -2/+26 |
* | all: fixes for ineffective assign | ferhat elmas | 2017-11-26 | 1 | -1/+2 |
* | *: 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 |
|/ |
|