From: Junio C Hamano Date: Mon, 15 Jun 2026 14:41:59 +0000 (-0700) Subject: Merge branch 'ps/setup-centralize-odb-creation' X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d1d7b933ef60a87b26f959aaedf8e6c22e01734;p=thirdparty%2Fgit.git Merge branch 'ps/setup-centralize-odb-creation' The setup logic to discover and configure repositories has been refactored, and the initialization of the object database has been centralized. * ps/setup-centralize-odb-creation: setup: construct object database in `apply_repository_format()` repository: stop reading loose object map twice on repo init setup: stop initializing object database without repository setup: stop creating the object database in `setup_git_env()` repository: stop initializing the object database in `repo_set_gitdir()` setup: deduplicate logic to apply repository format setup: drop `setup_git_env()` t0001: plug test gaps for git-init(1) with GIT_OBJECT_DIRECTORY --- 4d1d7b933ef60a87b26f959aaedf8e6c22e01734