]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/object-source-management' into ps/odb-misc-fixes
authorJunio C Hamano <gitster@pobox.com>
Fri, 5 Dec 2025 12:23:32 +0000 (21:23 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 5 Dec 2025 12:23:32 +0000 (21:23 +0900)
commitecde85d2386c9ff89009e32a1d8824c434cd4a86
tree224cdbdb274ed14acbb778d9351ea3ce729f12dd
parentf0ef5b6d9bcc258e4cbef93839d1b7465d5212b9
parentac65c70663b092e823b0d3de1c1cfdee0a4fbc8e
Merge branch 'ps/object-source-management' into ps/odb-misc-fixes

* ps/object-source-management:
  odb: handle recreation of quarantine directories
  odb: handle changing a repository's commondir
  chdir-notify: add function to unregister listeners
  odb: handle initialization of sources in `odb_new()`
  http-push: stop setting up `the_repository` for each reference
  t/helper: stop setting up `the_repository` repeatedly
  builtin/index-pack: fix deferred fsck outside repos
  oidset: introduce `oidset_equal()`
  odb: move logic to disable ref updates into repo
  odb: refactor `odb_clear()` to `odb_free()`
  odb: adopt logic to close object databases
  setup: convert `set_git_dir()` to have file scope
  path: move `enter_repo()` into "setup.c"
builtin/gc.c
builtin/receive-pack.c
fsck.c
http-backend.c
http-push.c
midx-write.c
packfile.c
packfile.h
refs.c