Skip to content

Commit 0b746f5

Browse files
dschogitster
authored andcommitted
t1004: insert missing "branch" in a message
The message in question reads awkward with the name "master", but will be even more confusing once that is renamed to "main". Let's adjust it in advance of said rename. Signed-off-by: Johannes Schindelin <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent 898f807 commit 0b746f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t1004-read-tree-m-u-wf.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ test_expect_success 'two-way setup' '
2020
git branch side &&
2121
git tag -f branch-point &&
2222
23-
echo file2 is not tracked on the master anymore &&
23+
echo file2 is not tracked on the master branch anymore &&
2424
rm -f file2 subdir/file2 &&
2525
git update-index --remove file2 subdir/file2 &&
2626
git commit -a -m "master removes file2 and subdir/file2"

0 commit comments

Comments
 (0)