From: A Large Angry SCM Date: Tue, 30 Aug 2005 02:33:14 +0000 (-0400) Subject: [PATCH] Documentation for git-request-pull-script. X-Git-Tag: v0.99.6~54 X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=b5dca4bbd97dc43e34c1361a32c212298508102c;p=git.git [PATCH] Documentation for git-request-pull-script. Copy & paste source comments into documentation. Signed-off-by: (cherry picked from 10dce95490cb02f66b3a08984ccdee0a92b48236 commit) --- diff --git a/Documentation/git-request-pull-script.txt b/Documentation/git-request-pull-script.txt index 891468ddb..1ebf72633 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 ------