aboutsummaryrefslogtreecommitdiffstats
path: root/remote.go
Commit message (Expand)AuthorAgeFilesLines
...
* *: fixed tautological error conditionsautological error conditionsChristian Muehlhaeuser2019-07-291-1/+1
* Merge pull request #1165 from seletskiy/push-pruneMáximo Cuadros2019-07-261-15/+52
|\
| * send PACK only if non-delete command presentStanislav Seletskiy2019-07-251-10/+26
| * add Prune option to PushOptionsStanislav Seletskiy2019-07-251-5/+26
* | git : allows to create a Remote without a RepositoryValentin Cocaud2019-06-171-1/+4
|/
* git: fix goroutine block while pushing a remoteJavi Fontan2019-03-011-1/+8
* remote: when pushing to a local repo, use local store for ignoresJeremy Stribling2019-02-111-1/+14
* remote: use reference deltas on push when the remote server does notBenjamin Ash2018-10-161-2/+7
* Fixed cloning of a single tagFedor Korotkov2018-08-081-2/+2
* Remote.Fetch: error on missing remote referenceMáximo Cuadros2018-06-211-5/+35
* git: remote, Do not iterate all references on update.Javi Fontan2018-05-141-2/+22
* git: remote, Add shallow commits instead of substituting. Fixes #412Javi Fontan2018-04-161-2/+17
* *: Use CheckClose with named returnsJavi Fontan2018-03-271-6/+6
* remove unused result parameter from objectsToPushDaniel Martí2018-03-011-7/+3
* all: simplificationferhat elmas2017-11-291-2/+2
* Fetch - honor per refspec force flagTaru Karttunen2017-11-271-1/+1
* Use optionally locking when updating refsTaru Karttunen2017-11-271-1/+1
* Support non-force fetchesNick Thomas2017-11-271-2/+26
* all: fixes for ineffective assignferhat elmas2017-11-261-1/+2
* *: add pointer to the new transport.Endpoint structMáximo Cuadros2017-11-211-1/+1
* Merge pull request #641 from sunfishgao/patch-1Ori Rawlings2017-11-131-0/+1
|\
| * fix: a range loop can break in advanceSunfish2017-11-131-0/+1
* | remote: add the last 100 commits for each ref in haves listJeremy Stribling2017-10-051-3/+92
* | Merge pull request #609 from darkowlzz/ls-remoteMáximo Cuadros2017-10-041-0/+33
|\ \
| * | Create ListOptions and rename LSRemote to List.Sunny2017-10-041-3/+3
| * | remote: add support for ls-remoteSunny2017-10-021-0/+33
| |/
* | Merge pull request #586 from keybase/strib/commit-preorder-seen-gh-masterMáximo Cuadros2017-09-121-1/+1
|\ \
| * | plumbing: the commit walker can skip externally-seen commitsJeremy Stribling2017-09-091-1/+1
* | | config: support a configurable, and turn-off-able, pack.windowJeremy Stribling2017-09-111-3/+7
|/ /
* / remote: iterate over reference only onceMiguel Molina2017-09-051-27/+58
|/
* Remote.Fetch Tags logic improvement and fix NoTagsMáximo Cuadros2017-09-041-6/+16
* Add sideband support for pushOri Rawlings2017-09-011-4/+21
* remote: avoid expensive revlist operation when only deleting refsJeremy Stribling2017-08-281-3/+12
* Merge pull request #531 from mcuadros/ref-nameMáximo Cuadros2017-08-021-2/+2
|\
| * *: use the new API for ReferenceName.Is* methodsMáximo Cuadros2017-08-021-2/+2
* | config: multiple values in RemoteConfig (URLs and Fetch)Santiago M. Mola2017-08-011-4/+7
|/
* *: package context support in Repository, Remote and SubmoduleMáximo Cuadros2017-07-261-12/+43
* Merge pull request #507 from mcuadros/ctxMáximo Cuadros2017-07-251-2/+3
|\
| * *: context.TODO()Máximo Cuadros2017-07-251-2/+3
* | remote: push, update remote refs on pushMáximo Cuadros2017-07-221-15/+42
|/
* repository: allow push from shallow repositoriesMáximo Cuadros2017-07-191-1/+11
* Merge pull request #485 from mcuadros/fetch-tagsv4.0.0-rc12Máximo Cuadros2017-07-171-56/+83
|\
| * remote: fetch, correct behaviour on tagsMáximo Cuadros2017-07-171-56/+83
* | remote: avoid duplicate havesMáximo Cuadros2017-07-131-3/+13
|/
* improve delete support on pushSantiago M. Mola2017-07-111-4/+18
* remote: fix push delete, closes #466Santiago M. Mola2017-07-071-12/+48
* Update local remote references during fetch even if no pack needs to be receivedOri Rawlings2017-06-191-25/+45
* Merge pull request #421 from smola/iter-namingMáximo Cuadros2017-06-141-1/+1
|\
| * fix naming of NewCommit{Pre,Post}IteratorSantiago M. Mola2017-06-131-1/+1
* | ensure receive-pack session is closed on push.Santiago M. Mola2017-06-131-0/+2
|/