]> git.ipfire.org Git - thirdparty/git.git/commitdiff
t3427: adjust stale comment
authorJohannes Schindelin <johannes.schindelin@gmx.de>
Mon, 9 Nov 2020 00:09:22 +0000 (00:09 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 9 Nov 2020 21:07:19 +0000 (13:07 -0800)
In b6211b89eb3 (tests: avoid variations of the `master` branch name,
2020-09-26), the `master[123]` branch names were renamed to
`topic_[123]`. A non-literal mention of the corresponding files was
missed in that commit.

Signed-off-by: Johannes Schindelin <johannes.schindelin@gmx.de>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3427-rebase-subtree.sh

index 2a7d958ea753cdb5736a756c7e4171d7109f455a..5839719ba16e2ca27d688e5ea6f485a5c1c4f25c 100755 (executable)
@@ -19,7 +19,7 @@ commit_message() {
 #                             \
 # README ---------------------- Add subproject master - topic_4 - files_subtree/topic_5
 #
-# Where the merge moves the files master[123].t into the subdirectory
+# Where the merge moves the files topic_[123].t into the subdirectory
 # files_subtree/ and topic_4 as well as files_subtree/topic_5 add files to that
 # directory directly.
 #