aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/git-request-pull.txt
diff options
context:
space:
mode:
authorStephen Boyd <bebarino@gmail.com>2010-07-23 09:31:27 -0700
committerJunio C Hamano <gitster@pobox.com>2010-07-25 21:52:19 -0700
commitd8e3ac7e7264863544c95069024f1cbaedb5db3d (patch)
treea3c7080def3c05358340133f961c62741e6834ad /Documentation/git-request-pull.txt
parenta07b10c8f930e88386d3b7424f25190af554275e (diff)
downloadgit-d8e3ac7e7264863544c95069024f1cbaedb5db3d.tar.gz
request-pull.txt: Document -p option
Signed-off-by: Stephen Boyd <bebarino@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/git-request-pull.txt')
-rw-r--r--Documentation/git-request-pull.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/Documentation/git-request-pull.txt b/Documentation/git-request-pull.txt
index 19335fddae..400f61f6e2 100644
--- a/Documentation/git-request-pull.txt
+++ b/Documentation/git-request-pull.txt
@@ -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.