aboutsummaryrefslogtreecommitdiff
path: root/t/t3508-cherry-pick-many-commits.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-06-29 10:20:53 -0700
committerJunio C Hamano <gitster@pobox.com>2010-06-29 10:22:55 -0700
commit65281b70caf9dcf926c6649c8c20ef8891d6f3c3 (patch)
tree832390dc1381d8af0a5ea63e164e6b106facc15c /t/t3508-cherry-pick-many-commits.sh
parentf873a273d1381574fd9b2f3f613c0c7e40fe3a1c (diff)
parent5853caec96a45ffa7768585acc649dc78eb99354 (diff)
downloadgit-65281b70caf9dcf926c6649c8c20ef8891d6f3c3.tar.gz
git-65281b70caf9dcf926c6649c8c20ef8891d6f3c3.tar.xz
Merge commit 'v1.7.2-rc0~6^2' into cc/cherry-pick-stdin
* commit 'v1.7.2-rc0~6^2': DWIM 'git show -5' to 'git show --do-walk -5' Documentation/SubmittingPatches: Fix typo in GMail section Documentation/config: describe status.submodulesummary This commit fixes one test in t3508 by making "cherry-pick -<num>" walk the history. A test update from Elijah Newren is squashed as an evil merge.
Diffstat (limited to 't/t3508-cherry-pick-many-commits.sh')
-rwxr-xr-xt/t3508-cherry-pick-many-commits.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/t/t3508-cherry-pick-many-commits.sh b/t/t3508-cherry-pick-many-commits.sh
index 93d7189fb..f90ed3da3 100755
--- a/t/t3508-cherry-pick-many-commits.sh
+++ b/t/t3508-cherry-pick-many-commits.sh
@@ -82,7 +82,7 @@ test_expect_success 'revert fourth fourth~1 fourth~2 works' '
git diff --quiet HEAD first
'
-test_expect_failure 'cherry-pick -3 fourth works' '
+test_expect_success 'cherry-pick -3 fourth works' '
git checkout -f master &&
git reset --hard first &&
test_tick &&