X-Git-Url: https://git.verplant.org/?a=blobdiff_plain;f=Documentation%2Fgit-clone-dumb-http.txt;h=1704649229367db8825458c0d32f6139c58cd34e;hb=06ec2b4bb4ab9096d1304ba5a2ec388078dcdf7f;hp=782484517d0803e8a223f0ab0ebfdcd370ec12f1;hpb=58eaf287f1b25f6427b06bd72d8e555615828aeb;p=git.git diff --git a/Documentation/git-clone-dumb-http.txt b/Documentation/git-clone-dumb-http.txt index 78248451..17046492 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 ] ... +'git-clone-dumb-http' 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. - -...:: - Some argument not yet documented. +:: + Remote repository to clone from. +:: + Directory to clone to. Author ------