request-pull.txt: Document -p option
Signed-off-by: Stephen Boyd <bebarino@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>maint
parent
a07b10c8f9
commit
d8e3ac7e72
|
@ -7,7 +7,7 @@ git-request-pull - Generates a summary of pending changes
|
||||||
|
|
||||||
SYNOPSIS
|
SYNOPSIS
|
||||||
--------
|
--------
|
||||||
'git request-pull' <start> <url> [<end>]
|
'git request-pull' [-p] <start> <url> [<end>]
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
-----------
|
-----------
|
||||||
|
@ -17,6 +17,9 @@ the given URL in the generated summary.
|
||||||
|
|
||||||
OPTIONS
|
OPTIONS
|
||||||
-------
|
-------
|
||||||
|
-p::
|
||||||
|
Show patch text
|
||||||
|
|
||||||
<start>::
|
<start>::
|
||||||
Commit to start at.
|
Commit to start at.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue