summaryrefslogtreecommitdiff
path: root/t/t5510-fetch.sh
AgeCommit message (Expand)Author
2019-11-04Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano
2019-10-25commit-graph: fix writing first commit-graph during fetchDerrick Stolee
2019-10-25t5510-fetch.sh: demonstrate fetch.writeCommitGraph bugDerrick Stolee
2019-09-30Merge branch 'ds/commit-graph-on-fetch'Junio C Hamano
2019-09-03fetch: add fetch.writeCommitGraph config settingDerrick Stolee
2019-08-01t5510-fetch: run non-httpd-specific test before sourcing 'lib-httpd.sh'SZEDER Gábor
2019-07-31t5510-fetch: fix negated 'test_i18ngrep' invocationSZEDER Gábor
2019-06-21fetch: add --[no-]show-forced-updates argumentDerrick Stolee
2019-03-14tests: use 'test_atexit' to stop httpdSZEDER Gábor
2018-08-20Merge branch 'ab/fetch-tags-noclobber'Junio C Hamano
2018-08-17Merge branch 'jt/refspec-dwim-precedence-fix'Junio C Hamano
2018-08-13fetch tests: correct a comment "remove it" -> "remove them"Ævar Arnfjörð Bjarmason
2018-08-02Merge branch 'kg/gc-auto-windows-workaround'Junio C Hamano
2018-08-02remote: make refspec follow the same disambiguation rule as local refsJunio C Hamano
2018-07-09gc --auto: release pack files before auto packingKim Gybels
2018-07-03fetch-pack: support negotiation tip whitelistJonathan Tan
2018-06-01Merge branch 'cc/tests-without-assuming-ref-files-backend'Junio C Hamano
2018-05-23t: make many tests depend less on the refs being filesDavid Turner
2018-04-11Merge branch 'pk/test-avoid-pipe-hiding-exit-status'Junio C Hamano
2018-03-28test: avoid pipes in git related commands for testPratik Karki
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