summaryrefslogtreecommitdiff
path: root/Documentation/git-clone.txt
diff options
context:
space:
mode:
authorQuy Tonthat <qtonthat@gmail.com>2006-12-14 14:17:53 (GMT)
committerJunio C Hamano <junkio@cox.net>2006-12-16 07:51:22 (GMT)
commita2e88b35808a8c0334f169c9cbb2301764fb9e5a (patch)
treef0341b8f6425d967b63438e82ef174a41c8a5ab6 /Documentation/git-clone.txt
parenta990999e0df3d0518a2fef60feb1ec269e36ada6 (diff)
downloadgit-a2e88b35808a8c0334f169c9cbb2301764fb9e5a.zip
git-a2e88b35808a8c0334f169c9cbb2301764fb9e5a.tar.gz
git-a2e88b35808a8c0334f169c9cbb2301764fb9e5a.tar.bz2
git-clone documentation
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>
Diffstat (limited to 'Documentation/git-clone.txt')
-rw-r--r--Documentation/git-clone.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/git-clone.txt b/Documentation/git-clone.txt
index 985043f..bfddb21 100644
--- a/Documentation/git-clone.txt
+++ b/Documentation/git-clone.txt
@@ -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.