summaryrefslogtreecommitdiffstats
path: root/git-clone.txt
diff options
context:
space:
mode:
authorJunio C Hamano <junio@hera.kernel.org>2006-06-22 19:49:35 +0000
committerJunio C Hamano <junio@hera.kernel.org>2006-06-22 19:49:35 +0000
commit97f518c4cae23baaa8a9731a830793ae23f97fc7 (patch)
treeac9e701be7efe826259641c61bfa1fe73a8a0b44 /git-clone.txt
parent74bbe9093313f04303e510a450bb4155c3681af9 (diff)
downloadgit-htmldocs-97f518c4cae23baaa8a9731a830793ae23f97fc7.tar.gz
Autogenerated HTML docs for v1.4.1-rc1
Diffstat (limited to 'git-clone.txt')
-rw-r--r--git-clone.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/git-clone.txt b/git-clone.txt
index a90521e51..f973c6431 100644
--- a/git-clone.txt
+++ b/git-clone.txt
@@ -62,7 +62,7 @@ OPTIONS
--quiet::
-q::
Operate quietly. This flag is passed to "rsync" and
- "git-clone-pack" commands when given.
+ "git-fetch-pack" commands when given.
-n::
No checkout of HEAD is performed after the clone is complete.
@@ -85,7 +85,7 @@ OPTIONS
--upload-pack <upload-pack>::
-u <upload-pack>::
When given, and the repository to clone from is handled
- by 'git-clone-pack', '--exec=<upload-pack>' is passed to
+ by 'git-fetch-pack', '--exec=<upload-pack>' is passed to
the command to specify non-default path for the command
run on the other end.