t5503: prepare aligned comment for replacing `master` with `main`
authorJohannes Schindelin <redacted>
Wed, 18 Nov 2020 23:44:30 +0000 (23:44 +0000)
committerJunio C Hamano <redacted>
Thu, 19 Nov 2020 23:44:18 +0000 (15:44 -0800)
In an upcoming commit, we will use `main` as the default branch name in
t5503 instead of `master`. This will require extra padding in ASCII-art
commit graphs, which we hereby add preemptively.

By doing this preemptively rather than after the commit applying the
search-and-replace, it is more obvious that we caught all aligned
comments that are affected by the latter commit.

Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t5503-tagfollow.sh

index cd1f4071743307b1eb7a66567d1f6aa49058e727..525dd21ecbe21547f2a9b44f2188bd7ed7998272 100755 (executable)
@@ -14,7 +14,7 @@ export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
 #   L - A ------ O ------ B
 #    \   \                 \
 #     \   C - origin/cat    \
-#      origin/master         master
+#      origin/master           master
 
 test_expect_success setup '
        test_tick &&
git clone https://git.99rst.org/PROJECT