Andrew's git
/
gitweb.git
/ diff
summary
|
log
|
commit
| diff |
tree
commit
grep
author
committer
pickaxe
?
re
git-clone documentation
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>
Documentation/git-clone.txt
patch
|
blob
|
history
raw
|
patch
| inline |
side by side
(parent:
a990999
)
diff --git
a/Documentation/git-clone.txt
b/Documentation/git-clone.txt
index 985043facab96a29e7cf19df213539312e7b5642..bfddb21fee0a73641dbbbb7efb1863f162851653 100644
(file)
--- 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/re
fs/re
motes/origin/` instead
of `$GIT_DIR/refs/heads/`. Only the local master branch is
saved in the latter. This is the default.