Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorA Large Angry SCM <gitzilla@gmail.com>2005-08-30 06:33:14 +0400
committerJunio C Hamano <junkio@cox.net>2005-08-30 08:10:09 +0400
commitb5dca4bbd97dc43e34c1361a32c212298508102c (patch)
tree90d8665f9753f3ebf33fb2a30ac7c821ba7c9662 /Documentation
parent1efdd27f54e42746c23944cfe77e568673b2a0fa (diff)
[PATCH] Documentation for git-request-pull-script.
Copy & paste source comments into documentation. Signed-off-by: <gitzilla@gmail.com> (cherry picked from 10dce95490cb02f66b3a08984ccdee0a92b48236 commit)
Diffstat (limited to 'Documentation')
-rw-r--r--Documentation/git-request-pull-script.txt18
1 files changed, 10 insertions, 8 deletions
diff --git a/Documentation/git-request-pull-script.txt b/Documentation/git-request-pull-script.txt
index 891468ddb1..1ebf72633b 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 ] <args>...
+'git-request-pull-script' <start> <url> [<end>]
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.
+<start>::
+ Commit to start at.
-<args>...::
- Some argument not yet documented.
+<url>::
+ URL to include in the summary.
+<end>::
+ Commit to send at; defaults to HEAD.
Author
------