summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: a990999)
raw | patch | inline | side by side (parent: a990999)
author | Quy Tonthat <qtonthat@gmail.com> | |
Thu, 14 Dec 2006 14:17:53 +0000 (01:17 +1100) | ||
committer | Junio 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>
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 | patch | blob | history |
index 985043facab96a29e7cf19df213539312e7b5642..bfddb21fee0a73641dbbbb7efb1863f162851653 100644 (file)
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.