aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation
diff options
context:
space:
mode:
authorJunio C Hamano <junkio@cox.net>2005-09-05 00:47:39 -0700
committerJunio C Hamano <junkio@cox.net>2005-09-05 00:47:39 -0700
commit0516de30e8bdd26086e2a3edd3375981fd0c34d6 (patch)
treeb73f85d0cc58ae99f53b28b5f9a6e4ebb56b0015 /Documentation
parentf9e320c319a36a548fd239a272a02ffd52877c75 (diff)
downloadgit-0516de30e8bdd26086e2a3edd3375981fd0c34d6.tar.gz
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')
-rw-r--r--Documentation/git-clone-dumb-http.txt36
-rw-r--r--Documentation/git.txt3
2 files changed, 0 insertions, 39 deletions
diff --git a/Documentation/git-clone-dumb-http.txt b/Documentation/git-clone-dumb-http.txt
deleted file mode 100644
index 1704649229..0000000000
--- 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
-
diff --git a/Documentation/git.txt b/Documentation/git.txt
index 2f8a6479e1..0bcd99027d 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -329,9 +329,6 @@ link:git-build-rev-cache.html[git-build-rev-cache]::
link:git-checkout-script.html[git-checkout-script]::
git-checkout-script.
-link:git-clone-dumb-http.html[git-clone-dumb-http]::
- git-clone-dumb-http.
-
link:git-daemon.html[git-daemon]::
git-daemon.