We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54841e commit 6d2d43dCopy full SHA for 6d2d43d
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