git-clone: typofix.
authorJunio C Hamano <junkio@cox.net>
Wed, 22 Mar 2006 08:23:16 +0000 (00:23 -0800)
committerJunio C Hamano <junkio@cox.net>
Wed, 22 Mar 2006 08:50:32 +0000 (00:50 -0800)
commit4c2e98d6ce47aa9fcc1598c68e630f371cd4f8cb
tree226744d8e501d724812ef0b52ee8c336346e54c2
parent5ceb05f82edc49ad5e6b0ad98d633c124a567309
git-clone: typofix.

The traditional one created refs/origin by mistake, not
refs/heads/origin.  Also it mistakenly failed to prevent
$origin from being listed twice in remotes/origin file.

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