]> git.ipfire.org Git - thirdparty/git.git/commit - t/t5510-fetch.sh
fetch tests: re-arrange arguments for future readability
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Fri, 9 Feb 2018 20:32:05 +0000 (20:32 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 9 Feb 2018 21:10:12 +0000 (13:10 -0800)
commitbf16ab795574c27ffa0fe180cede2d355de41619
tree6c9cbc8ebe4a50de7049fa261d0be23582800670
parenteca142d30818bd9cfc0d3a6b38d6ae4dc4c500a0
fetch tests: re-arrange arguments for future readability

Re-arrange the arguments to the test_configured_prune() function used
in this test to pass the arguments to --fetch last. A subsequent
change will test for more elaborate fetch arguments, including long
refspecs. It'll be more readable to be able to wrap those on a new
line of their own.

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