1
0
mirror of https://github.com/git/git.git synced 2024-10-06 23:51:24 +02:00
git/Documentation/git-clone-dumb-http.txt
A Large Angry SCM 1efdd27f54 [PATCH] Documentation for git-clone-dumb-http.
Copy & paste source comments into documentation.

Signed-off-by:  <gitzilla@gmail.com>
(cherry picked from f79528e5d05a64d68b8e09a18521950775e99ec1 commit)
2005-08-29 21:10:09 -07:00

37 lines
611 B
Plaintext

git-clone-dumb-http(1)
======================
NAME
----
git-clone-dumb-http - Client to clone a repository via HTTP.
SYNOPSIS
--------
'git-clone-dumb-http' <remote-repo> <local-dir>
DESCRIPTION
-----------
Client to clone, via HTTP, a repository that has been prepared with
update-server-info.
OPTIONS
-------
<remote-repo>::
Remote repository to clone from.
<local-dir>::
Directory to clone to.
Author
------
Written by Junio C Hamano <junkio@cox.net>
Documentation
--------------
Documentation by Junio C Hamano and the git-list <git@vger.kernel.org>.
GIT
---
Part of the link:git.html[git] suite