Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
Merge branch 'maint-1.7.1' into maint
author
Junio C Hamano
<gitster@pobox.com>
Mon, 26 Jul 2010 06:13:41 +0000
(23:13 -0700)
committer
Junio C Hamano
<gitster@pobox.com>
Mon, 26 Jul 2010 06:13:41 +0000
(23:13 -0700)
* maint-1.7.1:
request-pull.txt: Document -p option
Check size of path buffer before writing into it
Documentation/git-request-pull.txt
patch
|
blob
|
history
raw
(from parent 1:
4bdf859
)
diff --git
a/Documentation/git-request-pull.txt
b/Documentation/git-request-pull.txt
index 19335fddae2b706cd785258a8c02a5595c525667..400f61f6e24947525e51b7e5d808378819945205 100644
(file)
--- 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.