git-clone: lose the artificial "first" fetch refspec
commit3dd3d5b0e20a74a82a7e684d63d9af86a983fbf6
authorJunio C Hamano <junkio@cox.net>
Sat, 16 Dec 2006 09:41:51 +0000 (16 01:41 -0800)
committerJunio C Hamano <junkio@cox.net>
Sat, 16 Dec 2006 21:01:41 +0000 (16 13:01 -0800)
treee310a6673f6d3a5b62493e047efde888264c3164
parenta71fb0a1412c82405f078fb536797d3f5de68d53
git-clone: lose the artificial "first" fetch refspec

Now we lost the "first refspec is the one that is merged by default"
rule, there is no reason for clone to list the remote primary branch
in the config file explicitly anymore.

We still need it for the traditional layout for other reasons,
though.

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