t7510: stop referring to master in later tests
commit526d56e07200483fc93be9c2dfee81bb87713c9b
authorJeff King <peff@peff.net>
Mon, 16 Jun 2014 23:59:59 +0000 (16 19:59 -0400)
committerJunio C Hamano <gitster@pobox.com>
Tue, 17 Jun 2014 20:39:12 +0000 (17 13:39 -0700)
treedc31fe0c25af2b3e2838b697d228cc08c8643deb
parent9a597edc831038b8c449bd3e527ca2976e4e55a6
t7510: stop referring to master in later tests

Our setup creates a sequence of commits, each with its own
tag. However, we sometimes refer to "seventh-signed" as
"master". This works, since it is at the tip of the created
branch, but is brittle if new tests need to add more
commits. Let's use its tag name to be unambiguous.

Signed-off-by: Jeff King <peff@peff.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7510-signed-commit.sh