]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/object-info-bits-cleanup' into next
authorJunio C Hamano <gitster@pobox.com>
Sun, 22 Feb 2026 20:27:59 +0000 (12:27 -0800)
committerJunio C Hamano <gitster@pobox.com>
Sun, 22 Feb 2026 20:27:59 +0000 (12:27 -0800)
commit4d702cbecc1402806a0ddf2586562ea66681c553
tree6d50fd94539aae4d51501c665ae65ec7f95b55e7
parent4aa543f115c7e0b16e97971cde91332342142962
parent732ec9b17b78a49496bfb796fcfe606f3a9f02f1
Merge branch 'ps/object-info-bits-cleanup' into next

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