summaryrefslogtreecommitdiff
path: root/git-request-pull.sh
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2007-11-06 09:50:02 (GMT)
committerJunio C Hamano <gitster@pobox.com>2007-11-06 09:50:02 (GMT)
commit8f321a39257a06db014a3b6ae5dce839821cdb16 (patch)
treebdae79f6e99d8db7ded12228cec8b3fe37d9ad9f /git-request-pull.sh
parent5715d0bb60dd90b03519cc436310f3cabe5b9b2a (diff)
downloadgit-8f321a39257a06db014a3b6ae5dce839821cdb16.zip
git-8f321a39257a06db014a3b6ae5dce839821cdb16.tar.gz
git-8f321a39257a06db014a3b6ae5dce839821cdb16.tar.bz2
scripts: Add placeholders for OPTIONS_SPEC
--text follows this line-- These commands currently lack OPTIONS_SPEC; allow people to easily list with "git grep 'OPTIONS_SPEC=$'" what they can help improving. Signed-off-by: Junio C Hamano <gitster@pobox.com>
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 a992430..90d969c 100755
--- a/git-request-pull.sh
+++ b/git-request-pull.sh
@@ -8,6 +8,7 @@ USAGE='<commit> <url> [<head>]'
LONG_USAGE='Summarizes the changes since <commit> to the standard output,
and includes <url> in the message generated.'
SUBDIRECTORY_OK='Yes'
+OPTIONS_SPEC=
. git-sh-setup
. git-parse-remote