summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-07-26 06:13:41 (GMT)
committerJunio C Hamano <gitster@pobox.com>2010-07-26 06:13:41 (GMT)
commitffd45f967817a484933c7f905572c9f31f9b9aab (patch)
treebb9a8c569031a5c6f1a527d1081979db8fadb2f4
parent4bdf85995b5d21fdb085a480d529c8da0314189e (diff)
parentc4818faf81d32d940c58ab209f83b6049b33ecbb (diff)
downloadgit-ffd45f967817a484933c7f905572c9f31f9b9aab.zip
git-ffd45f967817a484933c7f905572c9f31f9b9aab.tar.gz
git-ffd45f967817a484933c7f905572c9f31f9b9aab.tar.bz2
Merge branch 'maint-1.7.1' into maint
* maint-1.7.1: 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 19335fd..400f61f 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.