From: Junio C Hamano Date: Fri, 23 Aug 2024 16:02:35 +0000 (-0700) Subject: Merge branch 'ps/hash-and-ref-format-from-config' X-Git-Tag: v2.47.0-rc0~101 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2cf9c2206cd9b0f47ef60dfe84a9f16483f7ab94;p=thirdparty%2Fgit.git Merge branch 'ps/hash-and-ref-format-from-config' The default object hash and ref backend format used to be settable only with explicit command line option to "git init" and environment variables, but now they can be configured in the user's global and system wide configuration. * ps/hash-and-ref-format-from-config: setup: make ref storage format configurable via config setup: make object format configurable via config setup: merge configuration of repository formats t0001: delete repositories when object format tests finish t0001: exercise initialization with ref formats more thoroughly --- 2cf9c2206cd9b0f47ef60dfe84a9f16483f7ab94