Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
[PATCH] Documentation for git-clone-dumb-http.
author
A Large Angry SCM
<gitzilla@gmail.com>
Tue, 30 Aug 2005 02:32:04 +0000
(22:32 -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
f79528e5d05a64d68b8e09a18521950775e99ec1
commit)
Documentation/git-clone-dumb-http.txt
patch
|
blob
|
history
raw
|
patch
|
inline
| side by side (parent:
62cd033
)
diff --git
a/Documentation/git-clone-dumb-http.txt
b/Documentation/git-clone-dumb-http.txt
index 782484517d0803e8a223f0ab0ebfdcd370ec12f1..1704649229367db8825458c0d32f6139c58cd34e 100644
(file)
--- a/
Documentation/git-clone-dumb-http.txt
+++ b/
Documentation/git-clone-dumb-http.txt
@@
-3,26
+3,24
@@
git-clone-dumb-http(1)
NAME
----
NAME
----
-git-clone-dumb-http - Some git command not yet documented.
-
+git-clone-dumb-http - Client to clone a repository via HTTP.
SYNOPSIS
--------
SYNOPSIS
--------
-'git-clone-dumb-http'
[ --option ] <args>...
+'git-clone-dumb-http'
<remote-repo> <local-dir>
DESCRIPTION
-----------
DESCRIPTION
-----------
-Does something not yet documented.
-
+Client to clone, via HTTP, a repository that has been prepared with
+update-server-info.
OPTIONS
-------
OPTIONS
-------
---option::
- Some option not yet documented.
-
-<args>...::
- Some argument not yet documented.
+<remote-repo>::
+ Remote repository to clone from.
+<local-dir>::
+ Directory to clone to.
Author
------
Author
------