aboutsummaryrefslogtreecommitdiffstats
path: root/remote.go
Commit message (Expand)AuthorAgeFilesLines
* Add ForceWithLease Push OptionJohn Cai2021-11-021-6/+37
* Merge pull request #399 from S-Bohn/add-push-optionsMáximo Cuadros2021-11-011-0/+7
|\
| * plumbing: packp, Add encoding for push-options. Fixes #268.Sören Bohn2021-10-261-0/+7
* | Add support to push commits per hashesThibault Jamet2021-10-281-0/+41
|/
* Merge pull request #375 from noerw/add-remoteurl-optionMáximo Cuadros2021-10-261-4/+13
|\
| * Add RemoteURL to {Fetch,Pull,Push}OptionsNorwin2021-09-151-4/+13
* | git: add --follow-tags option for pushesJohn Cai2021-10-051-0/+78
|/
* remote: patch default timeout for `List` (#321)v5.4.1Nicolas Chagrass2021-05-241-1/+1
* git: Add support for deepening shallow clones (#311)Marcus Watkins2021-05-121-1/+43
* utils: ioutil, Pipe implementatioMáximo Cuadros2021-05-021-1/+1
* Remote: new ListContext function (#278)Xiang Xiujuan2021-04-211-1/+19
* Minor doc fixes (#287)Jeff Widman2021-04-161-2/+2
* plumbing: wire up contexts for Transport.AdvertisedReferences (#246)Andrew Suffield2021-03-261-3/+3
* 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
| |/