[PATCH] Documentation for git-request-pull-script.
Copy & paste source comments into documentation. Signed-off-by: <gitzilla@gmail.com> (cherry picked from 10dce95490cb02f66b3a08984ccdee0a92b48236 commit)maint
parent
1efdd27f54
commit
b5dca4bbd9
|
@ -3,26 +3,28 @@ git-request-pull-script(1)
|
||||||
|
|
||||||
NAME
|
NAME
|
||||||
----
|
----
|
||||||
git-request-pull-script - Some git command not yet documented.
|
git-request-pull-script - Generates a summary of pending changes.
|
||||||
|
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
'git-request-pull-script' [ --option ] <args>...
|
'git-request-pull-script' <start> <url> [<end>]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
Does something not yet documented.
|
|
||||||
|
|
||||||
|
Summarizes the changes between two commits to the standard output, and includes
|
||||||
|
the given URL in the generated summary.
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-------
|
-------
|
||||||
--option::
|
<start>::
|
||||||
Some option not yet documented.
|
Commit to start at.
|
||||||
|
|
||||||
<args>...::
|
<url>::
|
||||||
Some argument not yet documented.
|
URL to include in the summary.
|
||||||
|
|
||||||
|
<end>::
|
||||||
|
Commit to send at; defaults to HEAD.
|
||||||
|
|
||||||
Author
|
Author
|
||||||
------
|
------
|
||||||
|
|
Loading…
Reference in New Issue