Code

request-pull.txt: Document -p option
authorStephen Boyd <bebarino@gmail.com>
Fri, 23 Jul 2010 16:31:27 +0000 (09:31 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 26 Jul 2010 04:52:19 +0000 (21:52 -0700)
Signed-off-by: Stephen Boyd <bebarino@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-request-pull.txt

index 19335fddae2b706cd785258a8c02a5595c525667..400f61f6e24947525e51b7e5d808378819945205 100644 (file)
@@ -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.
 
 OPTIONS
 -------
+-p::
+       Show patch text
+
 <start>::
        Commit to start at.