Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Documentation for git-request-pull-script.
author
A Large Angry SCM
<gitzilla@gmail.com>
Tue, 30 Aug 2005 02:33:14 +0000
(22:33 -0400)
committer
Junio C Hamano
<junkio@cox.net>
Tue, 30 Aug 2005 04:10:09 +0000
(21:10 -0700)
Copy & paste source comments into documentation.
Signed-off-by: <gitzilla@gmail.com>
(cherry picked from
10dce95490cb02f66b3a08984ccdee0a92b48236
commit)
Documentation/git-request-pull-script.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
1efdd27
)
diff --git
a/Documentation/git-request-pull-script.txt
b/Documentation/git-request-pull-script.txt
index 891468ddb19670b8c8e21f3d3d47a8acf1938ecc..1ebf72633b38491ce5688a8c0da5ad49c72dad81 100644
(file)
--- a/
Documentation/git-request-pull-script.txt
+++ b/
Documentation/git-request-pull-script.txt
@@
-3,26
+3,28
@@
git-request-pull-script(1)
NAME
----
NAME
----
-git-request-pull-script - Some git command not yet documented.
-
+git-request-pull-script - Generates a summary of pending changes.
SYNOPSIS
--------
SYNOPSIS
--------
-'git-request-pull-script'
[ --option ] <args>...
+'git-request-pull-script'
<start> <url> [<end>]
DESCRIPTION
-----------
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
-------
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
------
Author
------