X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=Documentation%2Fgit-request-pull.txt;h=19335fddae2b706cd785258a8c02a5595c525667;hb=cc34bb0b0279a79117978cf220d70b1c14da05ca;hp=270df9b185a53977665c2143bdffa6f3c275d326;hpb=cab31fa076253fcfafa7572c24e40f12a1e09ae3;p=git.git diff --git a/Documentation/git-request-pull.txt b/Documentation/git-request-pull.txt index 270df9b18..400f61f6e 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' [] +'git request-pull' [-p] [] DESCRIPTION ----------- @@ -17,6 +17,9 @@ the given URL in the generated summary. OPTIONS ------- +-p:: + Show patch text + :: Commit to start at. @@ -24,11 +27,11 @@ OPTIONS URL to include in the summary. :: - Commit to send at; defaults to HEAD. + Commit to end at; defaults to HEAD. Author ------ -Written by Ryan Anderson and Junio C Hamano +Written by Ryan Anderson and Junio C Hamano Documentation -------------- @@ -36,4 +39,4 @@ Documentation by Junio C Hamano and the git-list . GIT --- -Part of the linkgit:git[7] suite +Part of the linkgit:git[1] suite