aboutsummaryrefslogtreecommitdiffstats
path: root/remote_test.go
Commit message (Expand)AuthorAgeFilesLines
* git: Fix fetching missing commitsArieh Schneier2024-07-291-3/+41
* git: Refine some codes in test and non-test.onee-only2024-04-111-0/+2
* *: fetch, adds the prune option. Fixes #316Julien Salleyron2024-02-221-0/+114
* git: remote, flip branch check to not-tag checkAditya Sirish2023-10-261-0/+141
* *: fix some typosZhizhen He2023-09-081-1/+1
* git: enable fetch with unqualified referencesArieh Schneier2023-05-251-0/+56
* git: Fix fetching after shallow clone. Fixes #305Arieh Schneier2023-05-241-41/+68
* *: Remove use of deprecated io/utilPaulo Gomes2023-05-111-2/+1
* git: Add support to ls-remote with peeled references. Fixes #749Paulo Gomes2023-05-031-0/+37
* tests: Replace time.sleep with eventuallyPaulo Gomes2022-11-071-8/+19
* Merge pull request #418 from abhinav/unusedMáximo Cuadros2021-12-101-1/+1
|\
| * Remove unused variables/types/functionsAbhinav Gupta2021-11-271-1/+1
* | Add ForceWithLease Push OptionJohn Cai2021-11-021-0/+127
|/
* Add support to push commits per hashesThibault Jamet2021-10-281-0/+92
* Merge pull request #375 from noerw/add-remoteurl-optionMáximo Cuadros2021-10-261-0/+12
|\
| * add testsNorwin2021-09-281-0/+12
* | git: add --follow-tags option for pushesJohn Cai2021-10-051-0/+60
|/
* git: Add support for deepening shallow clones (#311)Marcus Watkins2021-05-121-0/+26
* *: use go-billy instead of os callsMáximo Cuadros2021-05-021-30/+58
* Remote: new ListContext function (#278)Xiang Xiujuan2021-04-211-0/+11
* plumbing: wire up contexts for Transport.AdvertisedReferences (#246)Andrew Suffield2021-03-261-2/+47
* add RequireRemoteRefs to PushOptions (#258)Andrew Suffield2021-03-251-0/+53
* Fetch should return a unique error type when ref not foundandrew2nelson2020-09-021-0/+2
* git: remote, Fix deleting references when force pushing.Chris Gavin2020-08-281-0/+25
* Remote.Push: support force optionkappyhappy2020-05-211-0/+28
* Remote.Fetch: support exact SHA1 refspecsMáximo Cuadros2020-05-111-1/+30
* *: migration from go-git-fixtures/v4 and go-git/gcfgMáximo Cuadros2020-03-101-1/+1
* *: migration from gopkg to go modulesMáximo Cuadros2020-03-101-11/+11
* Merge pull request #1165 from seletskiy/push-pruneMáximo Cuadros2019-07-261-1/+58
|\
| * add Prune option to PushOptionsStanislav Seletskiy2019-07-251-1/+58
* | git : allows to create a Remote without a RepositoryValentin Cocaud2019-06-171-32/+32
|/
* git: fix goroutine block while pushing a remoteJavi Fontan2019-03-011-0/+9
* remote: use reference deltas on push when the remote server does notBenjamin Ash2018-10-161-0/+23
* Expose Storage cache.kuba--2018-09-071-22/+13
* Remote.Fetch: error on missing remote referenceMáximo Cuadros2018-06-211-0/+14
* git: remote, Add shallow commits instead of substituting. Fixes #412Javi Fontan2018-04-161-0/+52
* dotgit: add CheckAndSetReference testsJeremy Stribling2017-11-281-2/+19
* remote: add test for non-force, fast-forward fetchingJeremy Stribling2017-11-271-0/+42
* all: fixes for ineffective assignferhat elmas2017-11-261-0/+3
* update to go-billy.v4 and go-git-fixtures.v3Máximo Cuadros2017-11-231-2/+2
* remote: add the last 100 commits for each ref in haves listJeremy Stribling2017-10-051-1/+5
* Merge pull request #609 from darkowlzz/ls-remoteMáximo Cuadros2017-10-041-0/+31
|\
| * TestList: explicitly check the refs in fixtureSunny2017-10-041-27/+21
| * Create ListOptions and rename LSRemote to List.Sunny2017-10-041-5/+3
| * remote: add support for ls-remoteSunny2017-10-021-0/+39
* | remote: iterate over reference only onceMiguel Molina2017-09-051-13/+15
|/
* Remote.Fetch Tags logic improvement and fix NoTagsMáximo Cuadros2017-09-041-1/+1
* remote: avoid expensive revlist operation when only deleting refsJeremy Stribling2017-08-281-0/+36
* Merge pull request #531 from mcuadros/ref-nameMáximo Cuadros2017-08-021-1/+1
|\
| * *: use the new API for ReferenceName.Is* methodsMáximo Cuadros2017-08-021-1/+1