fetch tests: change "Tag" test tag to "testTag"
commit54e934e66ddc9d61b3a8b2a6956bd434e6fccfcd
authorÆvar Arnfjörð Bjarmason <avarab@gmail.com>
Tue, 31 Jul 2018 13:07:09 +0000 (31 13:07 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 31 Jul 2018 16:25:25 +0000 (31 09:25 -0700)
tree1a6d3b5223d419375e0edd1b03214ca9897cc607
parentffc6fa0e396238de3a30623912980263b4f283ab
fetch tests: change "Tag" test tag to "testTag"

Calling the test tag "Tag" will make for confusing reading later in
this series when making use of the "git push tag <name>"
feature. Let's call the tag testTag instead.

Changes code initially added in dbfeddb12e ("push: require force for
refs under refs/tags/", 2012-11-29).

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