Skip to content

Commit 9ae54a1

Browse files
committed
Merge branch 'mv/merge-ff-tristate'
* mv/merge-ff-tristate: t7600: fix typo in test title
2 parents 0bde8c0 + 6d2d43d commit 9ae54a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

t/t7600-merge.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -502,7 +502,7 @@ test_expect_success 'option --ff-only overwrites --no-ff' '
502502
test_must_fail git merge --no-ff --ff-only c2
503503
'
504504

505-
test_expect_success 'option --ff-only overwrites merge.ff=only config' '
505+
test_expect_success 'option --no-ff overrides merge.ff=only config' '
506506
git reset --hard c0 &&
507507
test_config merge.ff only &&
508508
git merge --no-ff c1

0 commit comments

Comments
 (0)