]> Kevux Git Server - rit/commit
Merge branch 'jw/object-name-bitset-to-enum'
authorJunio C Hamano <gitster@pobox.com>
Mon, 30 Mar 2026 20:57:02 +0000 (13:57 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 30 Mar 2026 20:57:02 +0000 (13:57 -0700)
commita1d7a8fef1114c5808c3c148661243b7ce0723b9
treeff113cb77511bf2795487f1159b86d6734607356
parentffb31a39ad4ee44a3168ad7d960760c94f5b26f4
parentc5fc44f54595f123c277e5839cbafa1bc9c8c050
Merge branch 'jw/object-name-bitset-to-enum'

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
object-name.c
refs.c