Merge branch 'ef/checkout-empty' into maint
authorJunio C Hamano <gitster@pobox.com>
Mon, 14 May 2012 18:42:49 +0000 (11:42 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 14 May 2012 18:42:50 +0000 (11:42 -0700)
Running "git checkout" on an unborn branch used to corrupt HEAD
(regression in 1.7.10); this makes it error out.

By Erik Faye-Lund
* ef/checkout-empty:
  checkout: do not corrupt HEAD on empty repo

1  2 
builtin/checkout.c

Simple merge