summaryrefslogtreecommitdiffstats
path: root/git-request-pull.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@kernel.org>2010-07-26 09:02:32 +0000
committerJunio C Hamano <junio@kernel.org>2010-07-26 09:02:32 +0000
commitb4448a8b52a3c13cb4bc2a637d299169c433b6b0 (patch)
tree0645daa6070c90f726165b5c951a1ea158f5d7d1 /git-request-pull.txt
parent08acb7398c92bb884358c5699e57c1c15133b71b (diff)
downloadgit-htmldocs-b4448a8b52a3c13cb4bc2a637d299169c433b6b0.tar.gz
Autogenerated HTML docs for v1.7.2-19-g9a302
Diffstat (limited to 'git-request-pull.txt')
-rw-r--r--git-request-pull.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/git-request-pull.txt b/git-request-pull.txt
index 19335fdda..400f61f6e 100644
--- a/git-request-pull.txt
+++ b/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.