Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-03-30 08:29:24 +0400
committerJunio C Hamano <gitster@pobox.com>2010-03-30 08:29:24 +0400
commit87b3c0117a340df61bdbac6794611c74696bd42a (patch)
tree94eee7da8ecfda6a4c42ac6ef0902814903f09f6 /t/t4014-format-patch.sh
parent6a6955134b87ba3ea7d54467e637be0da7ba170b (diff)
parent657ab61efa918f46f1b412613643d1a1bbed2194 (diff)
Merge branch 'maint'
* maint: format-patch: Squelch 'fatal: Not a range." error
Diffstat (limited to 't/t4014-format-patch.sh')
-rwxr-xr-xt/t4014-format-patch.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/t/t4014-format-patch.sh b/t/t4014-format-patch.sh
index c7b625642d..d21c37f3a2 100755
--- a/t/t4014-format-patch.sh
+++ b/t/t4014-format-patch.sh
@@ -609,4 +609,8 @@ test_expect_success 'format-patch -- <path>' '
! grep "Use .--" error
'
+test_expect_success 'format-patch --ignore-if-in-upstream HEAD' '
+ git format-patch --ignore-if-in-upstream HEAD
+'
+
test_done