My Various Git Projects
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a54841e
)
t7600: fix typo in test title
author
Junio C Hamano
<gitster@pobox.com>
Tue, 23 Jul 2013 17:08:40 +0000
(10:08 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Tue, 23 Jul 2013 17:08:40 +0000
(10:08 -0700)
Spotted by Ram, confirmed by Miklos.
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7600-merge.sh
patch
|
blob
|
history
diff --git
a/t/t7600-merge.sh
b/t/t7600-merge.sh
index
3ff5fb8
..
10aa028
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