summaryrefslogtreecommitdiff
path: root/t/t6427-diff3-conflict-markers.sh
diff options
context:
space:
mode:
authorLibravatar Johannes Schindelin <johannes.schindelin@gmx.de>2020-11-18 23:44:37 +0000
committerLibravatar Junio C Hamano <gitster@pobox.com>2020-11-19 15:44:18 -0800
commit1f53df54eba378eee544b47f7c9e7f5fc32873e1 (patch)
tree0bc9595b97c52431034f4871beac56e1364b1e14 /t/t6427-diff3-conflict-markers.sh
parentt6[0-3]*: adjust the references to the default branch name "main" (diff)
downloadtgif-1f53df54eba378eee544b47f7c9e7f5fc32873e1.tar.xz
t64*: preemptively adjust alignment to prepare for `master` -> `main`
We are in the process of renaming the default branch name to `main`, which is two characters shorter than `master`. Therefore, some lines need to be adjusted in t6416, t6422 and t6427 that want to align text involving the default branch name. Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 't/t6427-diff3-conflict-markers.sh')
-rwxr-xr-xt/t6427-diff3-conflict-markers.sh4
1 files changed, 2 insertions, 2 deletions
diff --git a/t/t6427-diff3-conflict-markers.sh b/t/t6427-diff3-conflict-markers.sh
index c192ee4e42..3ae2d07ae1 100755
--- a/t/t6427-diff3-conflict-markers.sh
+++ b/t/t6427-diff3-conflict-markers.sh
@@ -46,7 +46,7 @@ test_expect_success 'check no merge base' '
# Setup:
# L1
# / \
-# master ?
+# master ?
# \ /
# R1
#
@@ -104,7 +104,7 @@ test_expect_success 'check unique merge base' '
# Setup:
# L1---L2--L3
# / \ / \
-# master X1 ?
+# master X1 ?
# \ / \ /
# R1---R2--R3
#