Skip to content

Commit

Permalink
request-pull.txt: Document -p option
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
  • Loading branch information
Stephen Boyd authored and Junio C Hamano committed Jul 26, 2010
1 parent a07b10c commit d8e3ac7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Documentation/git-request-pull.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
-----------
Expand All @@ -17,6 +17,9 @@ the given URL in the generated summary.

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

<start>::
Commit to start at.

Expand Down

0 comments on commit d8e3ac7

Please sign in to comment.