Merge branch 'ef/checkout-empty'
authorJunio C Hamano <gitster@pobox.com>
Fri, 11 May 2012 18:34:16 +0000 (11:34 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 11 May 2012 18:34:17 +0000 (11:34 -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