Merge branch 'mk/reachable-protect-detached-head' into maint
authorJunio C Hamano <gitster@pobox.com>
Tue, 30 Sep 2014 05:10:04 +0000 (22:10 -0700)
committerJunio C Hamano <gitster@pobox.com>
Tue, 30 Sep 2014 05:10:04 +0000 (22:10 -0700)
Reachability check (used in "git prune" and friends) did not add a
detached HEAD as a starting point to traverse objects still in use.

* mk/reachable-protect-detached-head:
reachable.c: add HEAD to reachability starting commits

Trivial merge