Make HEAD a PSEUDOREF rather than PER_WORKTREE.
commit55dd8b9108679da122d2c69fda3b9413651af4d7
authorHan-Wen Nienhuys <hanwen@google.com>
Mon, 27 Jul 2020 16:25:47 +0000 (27 16:25 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 27 Jul 2020 17:06:49 +0000 (27 10:06 -0700)
treefe38a72e2e487471ea5fb574caab4e627c16c418
parent09743417a201511888aee42480e468ebf47fcecb
Make HEAD a PSEUDOREF rather than PER_WORKTREE.

This is consistent with the definition of REF_TYPE_PSEUDOREF
(uppercase in the root ref namespace).

Signed-off-by: Han-Wen Nienhuys <hanwen@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c