1
0
mirror of https://github.com/git/git.git synced 2024-09-21 21:23:11 +02:00

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>
This commit is contained in:
Johannes Schindelin 2020-11-18 23:44:30 +00:00 committed by Junio C Hamano
parent 966b4be276
commit e4010de9f0

View File

@ -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 &&