From: Junio C Hamano Date: Mon, 30 Mar 2026 20:57:02 +0000 (-0700) Subject: Merge branch 'jw/object-name-bitset-to-enum' X-Git-Url: https://www.git.kevux.org/?a=commitdiff_plain;h=a1d7a8fef1114c5808c3c148661243b7ce0723b9;p=rit 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 --- a1d7a8fef1114c5808c3c148661243b7ce0723b9