From 1efdd27f54e42746c23944cfe77e568673b2a0fa Mon Sep 17 00:00:00 2001 From: A Large Angry SCM Date: Mon, 29 Aug 2005 22:32:04 -0400 Subject: [PATCH] [PATCH] Documentation for git-clone-dumb-http. Copy & paste source comments into documentation. Signed-off-by: (cherry picked from f79528e5d05a64d68b8e09a18521950775e99ec1 commit) --- Documentation/git-clone-dumb-http.txt | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) diff --git a/Documentation/git-clone-dumb-http.txt b/Documentation/git-clone-dumb-http.txt index 782484517d..1704649229 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 ------ -- 2.11.4.GIT