[PATCH] Update documentation of --compose to git-send-email-script.txt
[git/gitweb.git] / Documentation / git-clone-dumb-http.txt
blob1704649229367db8825458c0d32f6139c58cd34e
1 git-clone-dumb-http(1)
2 ======================
4 NAME
5 ----
6 git-clone-dumb-http - Client to clone a repository via HTTP.
8 SYNOPSIS
9 --------
10 'git-clone-dumb-http' <remote-repo> <local-dir>
12 DESCRIPTION
13 -----------
14 Client to clone, via HTTP, a repository that has been prepared with
15 update-server-info.
17 OPTIONS
18 -------
19 <remote-repo>::
20         Remote repository to clone from.
22 <local-dir>::
23         Directory to clone to.
25 Author
26 ------
27 Written by Junio C Hamano <junkio@cox.net>
29 Documentation
30 --------------
31 Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
33 GIT
34 ---
35 Part of the link:git.html[git] suite