]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/odb-in-memory' into ps/odb-source-loose
authorJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 13:34:55 +0000 (22:34 +0900)
committerJunio C Hamano <gitster@pobox.com>
Thu, 21 May 2026 13:34:55 +0000 (22:34 +0900)
commit9ebc19b76065f71a2f09d85b59e53615c5dc3633
treeaafc4fc4186aeb166d57dab5941442549614dbe1
parentaec3f587505a472db67e9462d0702e7d463a449d
parentd2902a45498793f8dc69abc6448f517b69437eec
Merge branch 'ps/odb-in-memory' into ps/odb-source-loose

* ps/odb-in-memory: (24 commits)
  t/unit-tests: add tests for the in-memory object source
  odb: generic in-memory source
  odb/source-inmemory: stub out remaining functions
  odb/source-inmemory: implement `freshen_object()` callback
  odb/source-inmemory: implement `count_objects()` callback
  odb/source-inmemory: implement `find_abbrev_len()` callback
  odb/source-inmemory: implement `for_each_object()` callback
  odb/source-inmemory: convert to use oidtree
  oidtree: add ability to store data
  cbtree: allow using arbitrary wrapper structures for nodes
  odb/source-inmemory: implement `write_object_stream()` callback
  odb/source-inmemory: implement `write_object()` callback
  odb/source-inmemory: implement `read_object_stream()` callback
  odb/source-inmemory: implement `read_object_info()` callback
  odb: fix unnecessary call to `find_cached_object()`
  odb/source-inmemory: implement `free()` callback
  odb: introduce "in-memory" source
  odb/transaction: make `write_object_stream()` pluggable
  object-file: generalize packfile writes to use odb_write_stream
  object-file: avoid fd seekback by checking object size upfront
  ...
Makefile
builtin/unpack-objects.c
cache-tree.c
meson.build
object-file.c
odb/streaming.c
odb/streaming.h
t/meson.build