Browse Source

request-pull.txt: Document -p option

Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
maint
Stephen Boyd 15 years ago committed by Junio C Hamano
parent
commit
d8e3ac7e72
  1. 5
      Documentation/git-request-pull.txt

5
Documentation/git-request-pull.txt

@ -7,7 +7,7 @@ git-request-pull - Generates a summary of pending changes @@ -7,7 +7,7 @@ git-request-pull - Generates a summary of pending changes

SYNOPSIS
--------
'git request-pull' <start> <url> [<end>]
'git request-pull' [-p] <start> <url> [<end>]

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

OPTIONS
-------
-p::
Show patch text

<start>::
Commit to start at.


Loading…
Cancel
Save