git/odb
Patrick Steinhardt b2d421ece6 odb: use enum for `odb_write_object` flags
We've got a couple of functions that accept `odb_write_object()` flags,
but all of them accept the flags as an `unsigned` integer. In fact, we
don't even have an `enum` for the flags field.

Introduce this `enum` and adapt functions accordingly according to our
coding style.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
2026-03-31 20:43:13 -07:00
..
source-files.c odb: use enum for `odb_write_object` flags 2026-03-31 20:43:13 -07:00
source-files.h odb/source: make `free()` function pluggable 2026-03-05 11:45:15 -08:00
source.c odb/source: make `free()` function pluggable 2026-03-05 11:45:15 -08:00
source.h odb: use enum for `odb_write_object` flags 2026-03-31 20:43:13 -07:00
streaming.c odb: stop including "odb/source.h" 2026-03-12 08:38:42 -07:00
streaming.h