]> git.ipfire.org Git - thirdparty/git.git/commit
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)
commit7182135189d1942d8538a0d0c17fc79f5cb82c71
treee7a9dfa1f913c8f8f515259c751fa1117597bb8b
parent29561ad0adadf4884858c209bb22b41d8d9a66ba
Make git-clone --use-separate-remote the default

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>
Documentation/git-clone.txt
git-clone.sh