]> git.ipfire.org Git - thirdparty/git.git/commit
clone: do not create remotes/origin nor origin branch in a bare repository.
authorJunio C Hamano <junkio@cox.net>
Mon, 23 Jan 2006 01:27:52 +0000 (17:27 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 25 Jan 2006 07:17:06 +0000 (23:17 -0800)
commit4fb66a62eeb7bfec115cd0058d7a05ab62fc23e7
treeab55d82682368f3c03c2b2933dff5a821f99db9f
parent87e80c4b5fec421ecd566498b7dd4672f76fdca2
clone: do not create remotes/origin nor origin branch in a bare repository.

It is simply pointless, since no merges will ever happen in such
a repository.

Signed-off-by: Junio C Hamano <junkio@cox.net>
Documentation/git-clone.txt
git-clone.sh