Skip to content

Commit

Permalink
Merge branch 'mv/merge-ff-tristate'
Browse files Browse the repository at this point in the history
* mv/merge-ff-tristate:
  t7600: fix typo in test title
  • Loading branch information
Junio C Hamano committed Jul 23, 2013
2 parents 0bde8c0 + 6d2d43d commit 9ae54a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/t7600-merge.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9ae54a1

Please sign in to comment.