summaryrefslogtreecommitdiff
path: root/t/t5510-fetch.sh
AgeCommit message (Expand)Author
2018-03-06Merge branch 'ab/fetch-prune'Junio C Hamano
2018-02-09fetch: make the --prune-tags work with <url>Ævar Arnfjörð Bjarmason
2018-02-09fetch: add a --prune-tags option and fetch.pruneTags configÆvar Arnfjörð Bjarmason
2018-02-09fetch tests: add scaffolding for the new fetch.pruneTagsÆvar Arnfjörð Bjarmason
2018-02-09fetch tests: fetch <url> <spec> as well as fetch [<remote>]Ævar Arnfjörð Bjarmason
2018-02-09fetch tests: expand case/esac for later changeÆvar Arnfjörð Bjarmason
2018-02-09fetch tests: double quote a variable for interpolationÆvar Arnfjörð Bjarmason
2018-02-09fetch tests: test --prune and refspec interactionÆvar Arnfjörð Bjarmason
2018-02-09fetch tests: add a tag to be deleted to the pruning testsÆvar Arnfjörð Bjarmason
2018-02-09fetch tests: re-arrange arguments for future readabilityÆvar Arnfjörð Bjarmason
2018-02-09fetch tests: refactor in preparation for testing tag pruningÆvar Arnfjörð Bjarmason
2018-02-08t5510: consolidate 'grep' and 'test_i18ngrep' patternsSZEDER Gábor
2016-08-08Merge branch 'nd/fetch-ref-summary'Junio C Hamano
2016-07-26t5510: skip tests under GETTEXT_POISON buildVasco Almeida
2016-07-19Merge branch 'nd/fetch-ref-summary'Junio C Hamano
2016-07-06fetch: reduce duplicate in ref update status lines with placeholderNguyễn Thái Ngọc Duy
2016-07-06fetch: align all "remote -> local" outputNguyễn Thái Ngọc Duy
2016-06-17tests: use test_i18n* functions to suppress false positivesVasco Almeida
2016-05-10Merge branch 'js/close-packs-before-gc'Junio C Hamano
2016-05-02t5510: run auto-gc in the foregroundSZEDER Gábor
2016-03-10Merge branch 'js/close-packs-before-gc'Junio C Hamano
2016-03-04t5510: do not leave changed cwdMichael J Gruber
2016-02-17Merge branch 'jk/drop-rsync-transport'Junio C Hamano
2016-02-01transport: drop support for git-over-rsyncJeff King
2016-01-26Merge branch 'js/close-packs-before-gc'Junio C Hamano
2016-01-13fetch: release pack files before garbage-collectingJohannes Schindelin
2015-12-28t/t5510-fetch.sh: use the $( ... ) construct for command substitutionElia Pinto
2015-03-20t: fix trivial &&-chain breakageJeff King
2015-03-20t: fix severe &&-chain breakageJeff King
2014-06-05fetch: allow explicit --refmap to override configurationJunio C Hamano
2014-04-03Merge branch 'cn/fetch-prune-overlapping-destination'Junio C Hamano
2014-03-26fetch: handle overlaping refspecs on --pruneCarlos Martín Nieto
2014-03-19t5510: Do not use $(pwd) when fetching / pushing / pulling via rsyncSebastian Schuberth
2014-02-28fetch: add a failing test for prunning with overlapping refspecsCarlos Martín Nieto
2014-02-13Merge branch 'jk/allow-fetch-onelevel-refname' into maintJunio C Hamano
2014-01-27Merge branch 'jk/allow-fetch-onelevel-refname'Junio C Hamano
2014-01-15fetch-pack: do not filter out one-level refsJeff King
2014-01-03fetch --prune: Run prune before fetchingTom Miller
2014-01-03fetch --prune: always print header urlTom Miller
2013-10-30fetch --prune: prune only based on explicit refspecsMichael Haggerty
2013-10-30fetch --tags: fetch tags *in addition to* other stuffMichael Haggerty
2013-10-24t5510: check that "git fetch --prune --tags" does not prune branchesMichael Haggerty
2013-10-24t5510: prepare test refs more straightforwardlyMichael Haggerty
2013-10-24t5510: use the correct tag name in testMichael Haggerty
2013-09-09Merge branch 'ms/fetch-prune-configuration'Junio C Hamano
2013-07-18fetch: make --prune configurableMichael Schubert
2013-05-28fetch: don't try to update unfetched tracking refsJohn Keeping
2013-05-12fetch: opportunistically update tracking refsJeff King
2013-05-12t5510: start tracking-ref tests from a known stateJeff King
2012-04-17fetch: describe new refs based on where it came fromMarc Branchaud