]> git.ipfire.org Git - thirdparty/git.git/commit - refs.c
refs: redefine special refs
authorPatrick Steinhardt <ps@pks.im>
Fri, 19 Jan 2024 10:40:24 +0000 (11:40 +0100)
committerJunio C Hamano <gitster@pobox.com>
Fri, 19 Jan 2024 19:10:41 +0000 (11:10 -0800)
commit2cd33f44282853d77bea9c29d1a4f88d8c3b3e5a
tree3a944a4b4d9b9bbd1bf8d7a2f7924ad256a1fab6
parent3f921c75913a4ba7b73cb0d8ec05a2cf24d1f4d4
refs: redefine special refs

Now that our list of special refs really only contains refs which have
actually-special semantics, let's redefine what makes a special ref.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
refs.c