]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/object-store' into ps/object-file-wo-the-repository
authorJunio C Hamano <gitster@pobox.com>
Wed, 9 Jul 2025 23:29:52 +0000 (16:29 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 9 Jul 2025 23:29:52 +0000 (16:29 -0700)
commit7cafb9accc7827a84eaffaab303695e945adfe34
tree8c862bb8c3ffabeeb92ed88ecd3dd182dbd95f73
parenta30f80fde927d70950b3b4d1820813480968fb0d
parent841a03b4046ab81276743b4d7e727b1658f805da
Merge branch 'ps/object-store' into ps/object-file-wo-the-repository

* ps/object-store:
  odb: rename `read_object_with_reference()`
  odb: rename `pretend_object_file()`
  odb: rename `has_object()`
  odb: rename `repo_read_object_file()`
  odb: rename `oid_object_info()`
  odb: trivial refactorings to get rid of `the_repository`
  odb: get rid of `the_repository` when handling submodule sources
  odb: get rid of `the_repository` when handling the primary source
  odb: get rid of `the_repository` in `for_each()` functions
  odb: get rid of `the_repository` when handling alternates
  odb: get rid of `the_repository` in `odb_mkstemp()`
  odb: get rid of `the_repository` in `assert_oid_type()`
  odb: get rid of `the_repository` in `find_odb()`
  odb: introduce parent pointers
  object-store: rename files to "odb.{c,h}"
  object-store: rename `object_directory` to `odb_source`
  object-store: rename `raw_object_store` to `object_database`
30 files changed:
Documentation/user-manual.adoc
builtin/cat-file.c
builtin/checkout.c
builtin/commit-graph.c
builtin/fast-export.c
builtin/fetch.c
builtin/gc.c
builtin/log.c
builtin/mktag.c
builtin/pack-objects.c
builtin/pack-redundant.c
builtin/receive-pack.c
builtin/repack.c
builtin/submodule--helper.c
bundle-uri.c
config.c
dir.c
http-push.c
http.c
meson.build
object-name.c
pack-bitmap-write.c
pack-bitmap.c
pack-objects.h
refs.c
remote.c
revision.c
send-pack.c
sequencer.c
submodule-config.c