Skip to content

Commit b5dca4b

Browse files
gitzillaJunio C Hamano
authored andcommitted
[PATCH] Documentation for git-request-pull-script.
Copy & paste source comments into documentation. Signed-off-by: <gitzilla@gmail.com> (cherry picked from 10dce95490cb02f66b3a08984ccdee0a92b48236 commit)
1 parent 1efdd27 commit b5dca4b

File tree

1 file changed

+10
-8
lines changed

1 file changed

+10
-8
lines changed

Documentation/git-request-pull-script.txt

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,28 @@ git-request-pull-script(1)
33

44
NAME
55
----
6-
git-request-pull-script - Some git command not yet documented.
7-
6+
git-request-pull-script - Generates a summary of pending changes.
87

98
SYNOPSIS
109
--------
11-
'git-request-pull-script' [ --option ] <args>...
10+
'git-request-pull-script' <start> <url> [<end>]
1211

1312
DESCRIPTION
1413
-----------
15-
Does something not yet documented.
1614

15+
Summarizes the changes between two commits to the standard output, and includes
16+
the given URL in the generated summary.
1717

1818
OPTIONS
1919
-------
20-
--option::
21-
Some option not yet documented.
20+
<start>::
21+
Commit to start at.
2222

23-
<args>...::
24-
Some argument not yet documented.
23+
<url>::
24+
URL to include in the summary.
2525

26+
<end>::
27+
Commit to send at; defaults to HEAD.
2628

2729
Author
2830
------

0 commit comments

Comments
 (0)