Files
git/hex.c
brian m. carlson 5f2685d256 hex: label usages of hex parsing for object IDs
In preparation for a future change, label the hex parsing we're doing
for object IDs by defining a constant called HEX_KIND_OID.  This is
currently the same as HEX_KIND_MIXED, so there is no functional change
here.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2026-08-04 12:14:01 -07:00

3.2 KiB