diff options
author | Junio C Hamano <gitster@pobox.com> | 2010-07-25 23:13:41 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2010-07-25 23:13:41 -0700 |
commit | ffd45f967817a484933c7f905572c9f31f9b9aab (patch) | |
tree | bb9a8c569031a5c6f1a527d1081979db8fadb2f4 | |
parent | git-instaweb: Don't assume Apache executable is named apache2 (diff) | |
parent | Merge branch 'maint-1.7.0' into maint-1.7.1 (diff) | |
download | tgif-ffd45f967817a484933c7f905572c9f31f9b9aab.tar.xz |
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.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. |