Skip to content

Commit d8e3ac7

Browse files
bebarinogitster
authored andcommitted
request-pull.txt: Document -p option
Signed-off-by: Stephen Boyd <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent a07b10c commit d8e3ac7

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Documentation/git-request-pull.txt

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ git-request-pull - Generates a summary of pending changes
77

88
SYNOPSIS
99
--------
10-
'git request-pull' <start> <url> [<end>]
10+
'git request-pull' [-p] <start> <url> [<end>]
1111

1212
DESCRIPTION
1313
-----------
@@ -17,6 +17,9 @@ the given URL in the generated summary.
1717

1818
OPTIONS
1919
-------
20+
-p::
21+
Show patch text
22+
2023
<start>::
2124
Commit to start at.
2225

0 commit comments

Comments
 (0)