]> asedeno.scripts.mit.edu Git - git.git/commitdiff
git-clone documentation
authorQuy Tonthat <qtonthat@gmail.com>
Thu, 14 Dec 2006 14:17:53 +0000 (01:17 +1100)
committerJunio C Hamano <junkio@cox.net>
Sat, 16 Dec 2006 07:51:22 +0000 (23:51 -0800)
When --use-separate-remote is used on git-clone, the remote
heads are saved under $GIT_DIR/refs/remotes/origin/, not
"$GIT_DIR/remotes/origin/"

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-clone.txt

index 985043facab96a29e7cf19df213539312e7b5642..bfddb21fee0a73641dbbbb7efb1863f162851653 100644 (file)
@@ -100,7 +100,7 @@ OPTIONS
        defined default, typically `/usr/share/git-core/templates`.
 
 --use-separate-remote::
-       Save remotes heads under `$GIT_DIR/remotes/origin/` instead
+       Save remotes heads under `$GIT_DIR/refs/remotes/origin/` instead
        of `$GIT_DIR/refs/heads/`.  Only the local master branch is
        saved in the latter. This is the default.