]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/odb-cleanup' into next
authorJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2026 20:30:44 +0000 (13:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 2 Apr 2026 20:30:44 +0000 (13:30 -0700)
commit1dd8236dfb4dcb23156d6449e99909f69a780e72
tree1bd07167be43de8108a495d5967228b6a366c9dc
parentb060d988f42b99d3e8f305ed68a186e9de0c8217
parent109bcb7d1d2f0d2f0514beec15779190c0b89575
Merge branch 'ps/odb-cleanup' into next

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
http-push.c
object-file.c
packfile.c
packfile.h
refs.c