Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'mv/merge-ff-tristate'
author
Junio C Hamano
<gitster@pobox.com>
Tue, 23 Jul 2013 17:09:49 +0000
(10:09 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 23 Jul 2013 17:09:49 +0000
(10:09 -0700)
* mv/merge-ff-tristate:
t7600: fix typo in test title
t/t7600-merge.sh
patch
|
blob
|
history
raw
(from parent 1:
0bde8c0
)
diff --git
a/t/t7600-merge.sh
b/t/t7600-merge.sh
index 3ff5fb853c941586e3e5ed69a74a628dfe5bb84a..10aa028017833479c43bbb551741dfd36d9741aa 100755
(executable)
--- a/
t/t7600-merge.sh
+++ b/
t/t7600-merge.sh
@@
-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 overwrit
es merge.ff=only config' '
+test_expect_success 'option --
no-ff overrid
es merge.ff=only config' '
git reset --hard c0 &&
test_config merge.ff only &&
git merge --no-ff c1