We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 971ecbd + 28bf4ba commit c4818faCopy full SHA for c4818fa
1 file changed
Documentation/git-request-pull.txt
@@ -7,7 +7,7 @@ git-request-pull - Generates a summary of pending changes
7
8
SYNOPSIS
9
--------
10
-'git request-pull' <start> <url> [<end>]
+'git request-pull' [-p] <start> <url> [<end>]
11
12
DESCRIPTION
13
-----------
@@ -17,6 +17,9 @@ the given URL in the generated summary.
17
18
OPTIONS
19
-------
20
+-p::
21
+ Show patch text
22
+
23
<start>::
24
Commit to start at.
25
0 commit comments