aboutsummaryrefslogtreecommitdiffstats
path: root/remote.go
Commit message (Expand)AuthorAgeFilesLines
* add RequireRemoteRefs to PushOptions (#258)Andrew Suffield2021-03-251-0/+34
* Add insecureSkipTLS and cabundle (#228)Daishan Peng2021-01-271-8/+10
* Fetch should return a unique error type when ref not foundandrew2nelson2020-09-021-1/+14
* git: remote, Fix deleting references when force pushing.Chris Gavin2020-08-281-1/+1
* Merge pull request #125 from cristaloleg/minor-linter-fixesMáximo Cuadros2020-07-161-6/+3
|\
| * fix slice capacityOleg Kovalov2020-07-071-1/+1
| * Minor linter fixesOleg Kovalov2020-07-061-6/+3
* | Skip error check explicitlyOleg Kovalov2020-07-061-4/+6
|/
* Remote.Push: support force optionkappyhappy2020-05-211-0/+9
* Remote.Fetch: support exact SHA1 refspecsMáximo Cuadros2020-05-111-1/+32
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-17/+17
* *: 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