summaryrefslogtreecommitdiff
path: root/Documentation/git-clone-dumb-http.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/git-clone-dumb-http.txt')
-rw-r--r--Documentation/git-clone-dumb-http.txt18
1 files changed, 8 insertions, 10 deletions
diff --git a/Documentation/git-clone-dumb-http.txt b/Documentation/git-clone-dumb-http.txt
index 7824845..1704649 100644
--- a/Documentation/git-clone-dumb-http.txt
+++ b/Documentation/git-clone-dumb-http.txt
@@ -3,26 +3,24 @@ git-clone-dumb-http(1)
NAME
----
-git-clone-dumb-http - Some git command not yet documented.
-
+git-clone-dumb-http - Client to clone a repository via HTTP.
SYNOPSIS
--------
-'git-clone-dumb-http' [ --option ] <args>...
+'git-clone-dumb-http' <remote-repo> <local-dir>
DESCRIPTION
-----------
-Does something not yet documented.
-
+Client to clone, via HTTP, a repository that has been prepared with
+update-server-info.
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
------