All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] git-clone documentation
@ 2006-12-14 14:17 Quy Tonthat
  0 siblings, 0 replies; only message in thread
From: Quy Tonthat @ 2006-12-14 14:17 UTC (permalink / raw)
  To: git

[-- Attachment #1: Type: text/plain, Size: 150 bytes --]

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/"

Quy


[-- Attachment #2: git.diff --]
[-- Type: text/x-patch, Size: 523 bytes --]

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.
 

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2006-12-14 18:34 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2006-12-14 14:17 [PATCH] git-clone documentation Quy Tonthat

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.