diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-07-25 21:52:29 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-07-25 21:52:29 -0700 |
commit | ad336054068074ed614d0bb54bb169e5263499d7 (patch) | |
tree | fc027032ffafab2e5ad113bf42766f51cd4ebe5b /Documentation | |
parent | b75686455c0524f167b6a878c124df40db34b325 (diff) | |
parent | d8e3ac7e7264863544c95069024f1cbaedb5db3d (diff) | |
download | git-ad336054068074ed614d0bb54bb169e5263499d7.tar.gz |
Merge branch 'maint-1.6.5' into maint-1.6.6
* maint-1.6.5:
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.txt | 5 |
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. |