Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2010-07-26 08:52:48 +0400
committerJunio C Hamano <gitster@pobox.com>2010-07-26 08:52:48 +0400
commit28bf4ba014c9b41679f41580fa9e1cc294b240d9 (patch)
treea6022548d912545768678c25ffbac6c57461787e /Documentation
parent4b2343fa4125f73a26cb20016a3ae3a27c00dd6f (diff)
parentad336054068074ed614d0bb54bb169e5263499d7 (diff)
Merge branch 'maint-1.6.6' into maint-1.7.0
* maint-1.6.6: request-pull.txt: Document -p option Check size of path buffer before writing into it rev-parse: fix --parse-opt --keep-dashdash --stop-at-non-option
Diffstat (limited to 'Documentation')
-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.