diff options
| author | Patrick Steinhardt <ps@pks.im> | 2026-01-26 10:51:18 +0100 |
|---|---|---|
| committer | Junio C Hamano <gitster@pobox.com> | 2026-01-26 08:26:06 -0800 |
| commit | 6358da200fffc7f010f079c3f64ed77f10cd751d (patch) | |
| tree | 97aef7f6f6beb3940854c54fdf9f8b974b1f41ac /contrib/persistent-https | |
| parent | bd1855b89760cc0f9a185010a0d92d2e11a73132 (diff) | |
| download | git-6358da200fffc7f010f079c3f64ed77f10cd751d.tar.gz git-6358da200fffc7f010f079c3f64ed77f10cd751d.zip | |
odb: fix flags parameter to be unsigned
The `flags` parameter accepted by various `for_each_object()` functions
is a bitfield of multiple flags. Such parameters are typically unsigned
in the Git codebase, but we use `enum odb_for_each_object_flags` in
some places.
Adapt these function signatures to use the correct type.
Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'contrib/persistent-https')
0 files changed, 0 insertions, 0 deletions
