From: Junio C Hamano Date: Thu, 8 Jun 2006 08:17:01 +0000 (-0700) Subject: git-clone: fix duplicated "master" in $GIT_DIR/remotes/origin X-Git-Tag: v1.4.0~8 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/2048bb00ee3937808ce9f0c8f59d71a9b46ab56f?ds=inline;hp=2048bb00ee3937808ce9f0c8f59d71a9b46ab56f git-clone: fix duplicated "master" in $GIT_DIR/remotes/origin Under --use-separate-remote we ended up duplicating the branch remote HEAD pointed at in $GIT_DIR/remotes/origin file. Signed-off-by: Junio C Hamano ---