summaryrefslogtreecommitdiff
path: root/t/t5510-fetch.sh
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'ab/fetch-prune'Junio C Hamano2018-03-061-44/+194
|\
| * fetch: make the --prune-tags work with <url>ab/fetch-pruneÆvar Arnfjörð Bjarmason2018-02-091-9/+7
| * fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason2018-02-091-0/+70
| * fetch tests: add scaffolding for the new fetch.pruneTagsÆvar Arnfjörð Bjarmason2018-02-091-42/+50
| * fetch tests: fetch <url> <spec> as well as fetch [<remote>]Ævar Arnfjörð Bjarmason2018-02-091-4/+40
| * fetch tests: expand case/esac for later changeÆvar Arnfjörð Bjarmason2018-02-091-2/+6
| * fetch tests: double quote a variable for interpolationÆvar Arnfjörð Bjarmason2018-02-091-1/+1
| * fetch tests: test --prune and refspec interactionÆvar Arnfjörð Bjarmason2018-02-091-0/+12
| * fetch tests: add a tag to be deleted to the pruning testsÆvar Arnfjörð Bjarmason2018-02-091-40/+53
| * fetch tests: re-arrange arguments for future readabilityÆvar Arnfjörð Bjarmason2018-02-091-38/+44
| * fetch tests: refactor in preparation for testing tag pruningÆvar Arnfjörð Bjarmason2018-02-091-3/+6
* | t5510: consolidate 'grep' and 'test_i18ngrep' patternsSZEDER Gábor2018-02-081-6/+3
|/
* Merge branch 'nd/fetch-ref-summary'Junio C Hamano2016-08-081-2/+2
|\
| * t5510: skip tests under GETTEXT_POISON buildnd/fetch-ref-summaryVasco Almeida2016-07-261-2/+2
* | Merge branch 'nd/fetch-ref-summary'Junio C Hamano2016-07-191-0/+30
|\ \ | |/
| * fetch: reduce duplicate in ref update status lines with placeholderNguyễn Thái Ngọc Duy2016-07-061-1/+16
| * fetch: align all "remote -> local" outputNguyễn Thái Ngọc Duy2016-07-061-0/+15
* | tests: use test_i18n* functions to suppress false positivesVasco Almeida2016-06-171-1/+1
|/
* Merge branch 'js/close-packs-before-gc'Junio C Hamano2016-05-101-0/+1
|\
| * t5510: run auto-gc in the foregroundjs/close-packs-before-gcSZEDER Gábor2016-05-021-0/+1
* | Merge branch 'js/close-packs-before-gc'Junio C Hamano2016-03-101-4/+6
|\ \ | |/
| * t5510: do not leave changed cwdMichael J Gruber2016-03-041-4/+6
* | Merge branch 'jk/drop-rsync-transport'Junio C Hamano2016-02-171-36/+0
|\ \
| * | transport: drop support for git-over-rsyncjk/drop-rsync-transportJeff King2016-02-011-36/+0
* | | Merge branch 'js/close-packs-before-gc'Junio C Hamano2016-01-261-0/+13
|\ \ \ | | |/ | |/|
| * | fetch: release pack files before garbage-collectingJohannes Schindelin2016-01-131-0/+13
| |/
* | t/t5510-fetch.sh: use the $( ... ) construct for command substitutionElia Pinto2015-12-281-5/+5
|/
* t: fix trivial &&-chain breakageJeff King2015-03-201-1/+1
* t: fix severe &&-chain breakageJeff King2015-03-201-1/+1
* fetch: allow explicit --refmap to override configurationjc/fetch-push-refmapJunio C Hamano2014-06-051-0/+37
* Merge branch 'cn/fetch-prune-overlapping-destination'Junio C Hamano2014-04-031-0/+20
|\
| * fetch: handle overlaping refspecs on --prunecn/fetch-prune-overlapping-destinationCarlos Martín Nieto2014-03-261-1/+1
| * fetch: add a failing test for prunning with overlapping refspecsCarlos Martín Nieto2014-02-281-0/+20
| * Merge branch 'jk/allow-fetch-onelevel-refname' into maintJunio C Hamano2014-02-131-0/+11
| |\
* | | t5510: Do not use $(pwd) when fetching / pushing / pulling via rsyncss/test-on-mingw-rsync-path-no-absoluteSebastian Schuberth2014-03-191-3/+3
* | | Merge branch 'jk/allow-fetch-onelevel-refname'Junio C Hamano2014-01-271-0/+11
|\ \ \ | | |/ | |/|
| * | fetch-pack: do not filter out one-level refsjk/allow-fetch-onelevel-refnameJeff King2014-01-151-0/+11
* | | fetch --prune: Run prune before fetchingtm/fetch-pruneTom Miller2014-01-031-0/+14
* | | fetch --prune: always print header urlTom Miller2014-01-031-0/+12
* | | fetch --prune: prune only based on explicit refspecsMichael Haggerty2013-10-301-5/+5
* | | fetch --tags: fetch tags *in addition to* other stuffMichael Haggerty2013-10-301-3/+19
* | | t5510: check that "git fetch --prune --tags" does not prune branchesMichael Haggerty2013-10-241-0/+4
* | | t5510: prepare test refs more straightforwardlyMichael Haggerty2013-10-241-4/+4
* | | t5510: use the correct tag name in testMichael Haggerty2013-10-241-1/+1
| |/ |/|
* | Merge branch 'ms/fetch-prune-configuration'Junio C Hamano2013-09-091-0/+82
|\ \ | |/ |/|
| * fetch: make --prune configurablems/fetch-prune-configurationMichael Schubert2013-07-181-0/+82
* | fetch: don't try to update unfetched tracking refsJohn Keeping2013-05-281-0/+16
* | fetch: opportunistically update tracking refsJeff King2013-05-121-4/+4
* | t5510: start tracking-ref tests from a known stateJeff King2013-05-121-0/+10
|/
* fetch: describe new refs based on where it came fromMarc Branchaud2012-04-171-0/+30