From: Junio C Hamano Date: Thu, 12 Feb 2009 06:42:27 +0000 (-0800) Subject: Install the default "master" branch configuration after cloning a void X-Git-Tag: v1.6.2-rc1~18 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/5cd12b85fe8ff74f202a158511ead34e8aba584c?ds=inline;hp=5cd12b85fe8ff74f202a158511ead34e8aba584c Install the default "master" branch configuration after cloning a void After "cloning from an empty repository", we have a configuration to describe the remote's URL and the default ref mappings, but we lack the branch configuration for the default branch we create on our end, "master". It is likely that the empty repository we cloned from will point the default "master" branch with its HEAD, so prepare the local configuration to match. Signed-off-by: Junio C Hamano ---