git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation for git-request-pull-script.
@ 2005-08-30  2:33 A Large Angry SCM
  0 siblings, 0 replies; only message in thread
From: A Large Angry SCM @ 2005-08-30  2:33 UTC (permalink / raw)
  To: Junio C Hamano, Git Mailing List

Copy & paste source comments into documentation.

Signed-off-by:  <gitzilla@gmail.com>


---

 Documentation/git-request-pull-script.txt |   18 ++++++++++--------
 1 files changed, 10 insertions(+), 8 deletions(-)

c309197099fceb12fa05d9aa23b0b7e5adf5f061
diff --git a/Documentation/git-request-pull-script.txt b/Documentation/git-request-pull-script.txt
--- 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
 ------

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2005-08-30  2:33 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2005-08-30  2:33 [PATCH] Documentation for git-request-pull-script A Large Angry SCM

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).