summaryrefslogtreecommitdiffstats
path: root/git-request-pull.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-05-08 06:32:56 +0200
committerJunio C Hamano <gitster@pobox.com>2010-05-08 06:33:08 +0200
commitea0edad58f58378cb42c2895c5578524bbaba296 (patch)
tree581981e1a6a34dd098d072bf720712ba7c1f4113 /git-request-pull.sh
parentGit 1.7.1 (diff)
parentt5150: protect backslash with backslash in shell (diff)
downloadgit-ea0edad58f58378cb42c2895c5578524bbaba296.tar.xz
git-ea0edad58f58378cb42c2895c5578524bbaba296.zip
Merge branch 'jn/maint-request-pull' into jn/request-pull
Diffstat (limited to 'git-request-pull.sh')
-rwxr-xr-xgit-request-pull.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/git-request-pull.sh b/git-request-pull.sh
index 8fd15f6df4..74238b0313 100755
--- a/git-request-pull.sh
+++ b/git-request-pull.sh
@@ -8,6 +8,7 @@ USAGE='<start> <url> [<end>]'
LONG_USAGE='Summarizes the changes between two commits to the standard output,
and includes the given URL in the generated summary.'
SUBDIRECTORY_OK='Yes'
+OPTIONS_KEEPDASHDASH=
OPTIONS_SPEC='git request-pull [options] start url [end]
--
p show patch text as well