On 24/05/15 08:50AM, Patrick Steinhardt wrote: > Root refs are those refs that live in the root of the ref hierarchy. > Our old and venerable "HEAD" reference falls into this category, but we > don't yet classify it as such in `is_root_ref()`. > > Adapt the function to also treat "HEAD" as a root ref. This change is > safe to do for all current callers: I like that this change gives HEAD a proper home now. :)