]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/odb-source-loose' into ps/odb-source-packed
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 Jun 2026 13:26:06 +0000 (22:26 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Jun 2026 13:26:06 +0000 (22:26 +0900)
commitf985a6ec654b669173db1107db44816eabd33af7
tree5a6865d493a8762dd7ac55bb44939483afdb75c4
parent9ac3f193c05c2237e2b14ebaa1149e9fc8a1abe0
parentef4778bcba323ab38d442811f851af092760b6b5
Merge branch 'ps/odb-source-loose' into ps/odb-source-packed

* ps/odb-source-loose:
  odb/source-loose: drop pointer to the "files" source
  odb/source-loose: stub out remaining callbacks
  odb/source-loose: wire up `write_object_stream()` callback
  object-file: refactor writing objects to use loose source
  odb/source-loose: wire up `write_object()` callback
  loose: refactor object map to operate on `struct odb_source_loose`
  odb/source-loose: wire up `freshen_object()` callback
  odb/source-loose: drop `odb_source_loose_has_object()`
  odb/source-loose: wire up `count_objects()` callback
  odb/source-loose: wire up `find_abbrev_len()` callback
  odb/source-loose: wire up `for_each_object()` callback
  odb/source-loose: wire up `read_object_stream()` callback
  odb/source-loose: wire up `read_object_info()` callback
  odb/source-loose: wire up `close()` callback
  odb/source-loose: wire up `reprepare()` callback
  odb/source-loose: start converting to a proper `struct odb_source`
  odb/source-loose: store pointer to "files" instead of generic source
  odb/source-loose: move loose source into "odb/" subsystem
Makefile
builtin/cat-file.c
builtin/pack-objects.c
http-walker.c
meson.build