summaryrefslogtreecommitdiff
path: root/Documentation/git.txt
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <junkio@cox.net>2006-06-20 23:54:26 -0700
committerLibravatar Junio C Hamano <junkio@cox.net>2006-06-21 02:34:14 -0700
commitefc7fa5355da79326f92716eef37ddd71c7ec034 (patch)
tree95bf6cb2f5f2e02060f229d467d1967208f12b3f /Documentation/git.txt
parentupload-pack: prepare for sideband message support. (diff)
downloadtgif-efc7fa5355da79326f92716eef37ddd71c7ec034.tar.xz
Retire git-clone-pack
The program is not used by git-clone since git-fetch-pack was extended to allow its caller do what git-clone-pack alone did, and git-clone was updated to use it. Signed-off-by: Junio C Hamano <junkio@cox.net>
Diffstat (limited to 'Documentation/git.txt')
-rw-r--r--Documentation/git.txt6
1 files changed, 1 insertions, 5 deletions
diff --git a/Documentation/git.txt b/Documentation/git.txt
index d4472b56d1..51f20c6e67 100644
--- a/Documentation/git.txt
+++ b/Documentation/git.txt
@@ -192,10 +192,6 @@ the working tree.
Synching repositories
~~~~~~~~~~~~~~~~~~~~~
-gitlink:git-clone-pack[1]::
- Clones a repository into the current repository (engine
- for ssh and local transport).
-
gitlink:git-fetch-pack[1]::
Updates from a remote repository (engine for ssh and
local transport).
@@ -237,7 +233,7 @@ gitlink:git-update-server-info[1]::
clients discover references and packs on it.
gitlink:git-upload-pack[1]::
- Invoked by 'git-clone-pack' and 'git-fetch-pack' to push
+ Invoked by 'git-fetch-pack' to push
what are asked for.
gitlink:git-upload-tar[1]::