We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e702c2 + 3eb91bf commit 4757745Copy full SHA for 4757745
git-request-pull.sh
@@ -4,9 +4,9 @@
4
# This file is licensed under the GPL v2, or a later version
5
# at the discretion of Linus Torvalds.
6
7
-USAGE='<commit> <url> [<head>]'
8
-LONG_USAGE='Summarizes the changes since <commit> to the standard output,
9
-and includes <url> in the message generated.'
+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.'
10
SUBDIRECTORY_OK='Yes'
11
OPTIONS_SPEC=
12
. git-sh-setup
0 commit comments