aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-07-25 21:53:27 -0700
committerJunio C Hamano <gitster@pobox.com>2010-07-25 21:53:27 -0700
commitc4818faf81d32d940c58ab209f83b6049b33ecbb (patch)
tree2459bc0476c8a1b8d4181c2c7af4c747c910a9ac
parent971ecbd1f8d1468951274d01103f80dd7d32d110 (diff)
parent28bf4ba014c9b41679f41580fa9e1cc294b240d9 (diff)
downloadgit-c4818faf81d32d940c58ab209f83b6049b33ecbb.tar.gz
git-c4818faf81d32d940c58ab209f83b6049b33ecbb.tar.xz
Merge branch 'maint-1.7.0' into maint-1.7.1
* maint-1.7.0: request-pull.txt: Document -p option Check size of path buffer before writing into it
-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 19335fdda..400f61f6e 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.