t3416: preemptively adjust alignment in a comment
authorJohannes Schindelin <redacted>
Wed, 18 Nov 2020 23:44:24 +0000 (23:44 +0000)
committerJunio C Hamano <redacted>
Thu, 19 Nov 2020 23:44:18 +0000 (15:44 -0800)
We are about to adjust t3416 for the new default branch name `main`.
This name is two characters shorter and therefore needs two spaces more
padding to align correctly.

Adjusting the alignment before the big search-and-replace makes it
easier to verify that the final result does not leave any misaligned
lines behind.

Signed-off-by: Johannes Schindelin <redacted>
Signed-off-by: Junio C Hamano <redacted>
t/t3416-rebase-onto-threedots.sh

index 0f5b814aaf287b0d591dae022f74dd1fb3cc83d2..d0476fbb28775ab6d2867de245de93844596c580 100755 (executable)
@@ -15,7 +15,7 @@ export GIT_TEST_DEFAULT_INITIAL_BRANCH_NAME
 #
 #          F---G topic                             G'
 #         /                                       /
-# A---B---C---D---E master      -->       A---B---C---D---E
+# A---B---C---D---E master        -->       A---B---C---D---E
 #      \   \ /
 #      \   x
 #       \ / \
git clone https://git.99rst.org/PROJECT