mirror of
https://github.com/git/git.git
synced 2025-12-12 20:36:24 +01:00
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>
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user