Make git-clone --use-separate-remote the default
authorPetr Baudis <pasky@suse.cz>
Thu, 23 Nov 2006 22:58:35 +0000 (23:58 +0100)
committerJunio C Hamano <junkio@cox.net>
Fri, 24 Nov 2006 06:53:06 +0000 (22:53 -0800)
We've talked about this for quite some time on the list, and it
is a sane thing to do for a repository with an associcated
working tree.

For somebody who wants to use the traditional layout, there is a
backward compatibility option --use-immingled-remote, but it is
expected to be removed before the next major release.

Signed-off-by: Petr Baudis <pasky@suse.cz>
Signed-off-by: Junio C Hamano <junkio@cox.net>
No differences found