]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5510-fetch.sh
fetch tests: refactor in preparation for testing tag pruning
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 9 Feb 2018 20:32:04 +0000 (20:32 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2018 21:10:12 +0000 (13:10 -0800)
commiteca142d30818bd9cfc0d3a6b38d6ae4dc4c500a0
tree7735f0a8da17054428b8dd676c108e698af3e3be
parent750d0da9cfbc2519f1ef478d50de0ce549c41f05
fetch tests: refactor in preparation for testing tag pruning

In a subsequent commit this function will learn to test for tag
pruning, prepare for that by making space for more variables, and
making it clear that "expected" here refers to branches.

Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5510-fetch.sh