]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'jw/object-name-bitset-to-enum' into next
authorJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2026 17:03:57 +0000 (10:03 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 23 Mar 2026 17:03:57 +0000 (10:03 -0700)
The unsigned integer that is used as an bitset to specify the kind
of branches interpret_branch_name() function has been changed to
use a dedicated enum type.

* jw/object-name-bitset-to-enum:
  object-name: turn INTERPRET_BRANCH_* constants into enum values

1  2 
object-name.c
refs.c

diff --cc object-name.c
Simple merge
diff --cc refs.c
Simple merge