]> Kevux Git Server - rit/commit
Merge branch 'ps/object-info-bits-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2026 01:06:52 +0000 (17:06 -0800)
committerJunio C Hamano <gitster@pobox.com>
Tue, 3 Mar 2026 01:06:52 +0000 (17:06 -0800)
commit10dd04a3feef385358d66bf3d653325f64c20d3c
tree2129ba4a8c8b302eb888c5d14ed98139e373a30f
parent02c31a8ddc7a79a4e8f9dd0c437bcf3e73e60203
parent732ec9b17b78a49496bfb796fcfe606f3a9f02f1
Merge branch 'ps/object-info-bits-cleanup'

A couple of bugs in use of flag bits around odb API has been
corrected, and the flag bits reordered.

* ps/object-info-bits-cleanup:
  odb: convert `odb_has_object()` flags into an enum
  odb: convert object info flags into an enum
  odb: drop gaps in object info flag values
  builtin/fsck: fix flags passed to `odb_has_object()`
  builtin/backfill: fix flags passed to `odb_has_object()`
builtin/fsck.c
object-file.c
object-file.h
odb.c
odb.h
packfile.c
packfile.h