We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0bde8c0 + 6d2d43d commit 9ae54a1Copy full SHA for 9ae54a1
1 file changed
t/t7600-merge.sh
@@ -502,7 +502,7 @@ test_expect_success 'option --ff-only overwrites --no-ff' '
502
test_must_fail git merge --no-ff --ff-only c2
503
'
504
505
-test_expect_success 'option --ff-only overwrites merge.ff=only config' '
+test_expect_success 'option --no-ff overrides merge.ff=only config' '
506
git reset --hard c0 &&
507
test_config merge.ff only &&
508
git merge --no-ff c1
0 commit comments