]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ps/hash-and-ref-format-from-config'
authorJunio C Hamano <gitster@pobox.com>
Fri, 23 Aug 2024 16:02:35 +0000 (09:02 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 23 Aug 2024 16:02:36 +0000 (09:02 -0700)
commit2cf9c2206cd9b0f47ef60dfe84a9f16483f7ab94
tree3d946b38a28241cb28b26ae3bfb6b59824314ae1
parent668843e6d8568b1054a55c4f3e8ee7c55acb5380
parentd2511eeae5fc679cf1b1591b3604e6abf5c056c2
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
setup.c