Browse Source

Merge branch 'mv/merge-ff-tristate'

* mv/merge-ff-tristate:
  t7600: fix typo in test title
maint
Junio C Hamano 12 years ago
parent
commit
9ae54a1dde
  1. 2
      t/t7600-merge.sh

2
t/t7600-merge.sh

@ -502,7 +502,7 @@ test_expect_success 'option --ff-only overwrites --no-ff' ' @@ -502,7 +502,7 @@ test_expect_success 'option --ff-only overwrites --no-ff' '
test_must_fail git merge --no-ff --ff-only c2
'

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

Loading…
Cancel
Save