Skip to content

Commit 1efdd27

Browse files
gitzillaJunio C Hamano
authored andcommitted
[PATCH] Documentation for git-clone-dumb-http.
Copy & paste source comments into documentation. Signed-off-by: <gitzilla@gmail.com> (cherry picked from f79528e5d05a64d68b8e09a18521950775e99ec1 commit)
1 parent 62cd033 commit 1efdd27

File tree

1 file changed

+8
-10
lines changed

1 file changed

+8
-10
lines changed

Documentation/git-clone-dumb-http.txt

Lines changed: 8 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,26 +3,24 @@ git-clone-dumb-http(1)
33

44
NAME
55
----
6-
git-clone-dumb-http - Some git command not yet documented.
7-
6+
git-clone-dumb-http - Client to clone a repository via HTTP.
87

98
SYNOPSIS
109
--------
11-
'git-clone-dumb-http' [ --option ] <args>...
10+
'git-clone-dumb-http' <remote-repo> <local-dir>
1211

1312
DESCRIPTION
1413
-----------
15-
Does something not yet documented.
16-
14+
Client to clone, via HTTP, a repository that has been prepared with
15+
update-server-info.
1716

1817
OPTIONS
1918
-------
20-
--option::
21-
Some option not yet documented.
22-
23-
<args>...::
24-
Some argument not yet documented.
19+
<remote-repo>::
20+
Remote repository to clone from.
2521

22+
<local-dir>::
23+
Directory to clone to.
2624

2725
Author
2826
------

0 commit comments

Comments
 (0)