summaryrefslogtreecommitdiff
path: root/Documentation/git-clone-dumb-http.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-05 07:47:39 (GMT)
committerJunio C Hamano <junkio@cox.net>2005-09-05 07:47:39 (GMT)
commit0516de30e8bdd26086e2a3edd3375981fd0c34d6 (patch)
treeb73f85d0cc58ae99f53b28b5f9a6e4ebb56b0015 /Documentation/git-clone-dumb-http.txt
parentf9e320c319a36a548fd239a272a02ffd52877c75 (diff)
downloadgit-0516de30e8bdd26086e2a3edd3375981fd0c34d6.zip
git-0516de30e8bdd26086e2a3edd3375981fd0c34d6.tar.gz
git-0516de30e8bdd26086e2a3edd3375981fd0c34d6.tar.bz2
Retire git-clone-dumb-http.
... and fold it into git-clone-script. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git-clone-dumb-http.txt')
-rw-r--r--Documentation/git-clone-dumb-http.txt36
1 files changed, 0 insertions, 36 deletions
diff --git a/Documentation/git-clone-dumb-http.txt b/Documentation/git-clone-dumb-http.txt
deleted file mode 100644
index 1704649..0000000
--- a/Documentation/git-clone-dumb-http.txt
+++ /dev/null
@@ -1,36 +0,0 @@
-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
-