tests: change "cd ... && git fetch" to "cd &&\n\tgit fetch"
commit28d67d9a262c7600f5c17bb8e2072fd224260ade
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Wed, 26 Apr 2017 23:12:32 +0000 (26 23:12 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 May 2017 02:09:42 +0000 (1 11:09 +0900)
treed674c712ae25229c2d51bddbfbd3440405772559
parent584f8975d2d9530a34bd0b936ae774f82fe30fed
tests: change "cd ... && git fetch" to "cd &&\n\tgit fetch"

Change occurrences "cd" followed by "fetch" on a single line to be on
two lines.

This is purely a stylistic change pointed out in code review for an
unrelated patch. Change the these tests use so new tests added later
using the more common style don't look out of place.

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