t5503: prepare aligned comment for replacing `master` with `main`
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Wed, 18 Nov 2020 23:44:30 +0000 (23:44 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 19 Nov 2020 23:44:18 +0000 (15:44 -0800)
commite4010de9f085e14de47d15c02b3f4f2cc5008877
treed673e5182621dabb4ee9e6f49249e0f22b60e684
parent966b4be2765a9bd80febfd4660a1fa9e6408d143
t5503: prepare aligned comment for replacing `master` with `main`

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 <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t5503-tagfollow.sh