]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/odb-cleanup'
authorJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2026 17:19:17 +0000 (10:19 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 8 Apr 2026 17:19:17 +0000 (10:19 -0700)
commit9797fed6cea706f65de64396222545d545226e15
tree04ffa4091726ad86bf0d764a75487395e5859cf4
parent2e3028a58c1f1fbf08538443fc30a48ac4f6bacf
parent109bcb7d1d2f0d2f0514beec15779190c0b89575
Merge branch 'ps/odb-cleanup'

Various code clean-up around odb subsystem.

* ps/odb-cleanup:
  odb: drop unneeded headers and forward decls
  odb: rename `odb_has_object()` flags
  odb: use enum for `odb_write_object` flags
  odb: rename `odb_write_object()` flags
  treewide: use enum for `odb_for_each_object()` flags
  CodingGuidelines: document our style for flags
builtin/fsck.c
builtin/index-pack.c
builtin/receive-pack.c
builtin/unpack-objects.c
fetch-pack.c
object-file.c
packfile.c
packfile.h
refs.c