X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-request-pull-script.txt;h=1ebf72633b38491ce5688a8c0da5ad49c72dad81;hb=0516de30e8bdd26086e2a3edd3375981fd0c34d6;hp=891468ddb19670b8c8e21f3d3d47a8acf1938ecc;hpb=58eaf287f1b25f6427b06bd72d8e555615828aeb;p=git.git diff --git a/Documentation/git-request-pull-script.txt b/Documentation/git-request-pull-script.txt index 891468dd..1ebf7263 100644 --- a/Documentation/git-request-pull-script.txt +++ b/Documentation/git-request-pull-script.txt @@ -3,26 +3,28 @@ git-request-pull-script(1) NAME ---- -git-request-pull-script - Some git command not yet documented. - +git-request-pull-script - Generates a summary of pending changes. SYNOPSIS -------- -'git-request-pull-script' [ --option ] ... +'git-request-pull-script' [] DESCRIPTION ----------- -Does something not yet documented. +Summarizes the changes between two commits to the standard output, and includes +the given URL in the generated summary. OPTIONS ------- ---option:: - Some option not yet documented. +:: + Commit to start at. -...:: - Some argument not yet documented. +:: + URL to include in the summary. +:: + Commit to send at; defaults to HEAD. Author ------