]> git.ipfire.org Git - thirdparty/git.git/commitdiff
Merge branch 'ps/setup-reinit-fixes'
authorJunio C Hamano <gitster@pobox.com>
Mon, 10 Feb 2025 18:18:29 +0000 (10:18 -0800)
committerJunio C Hamano <gitster@pobox.com>
Mon, 10 Feb 2025 18:18:29 +0000 (10:18 -0800)
"git init" to reinitialize a repository that already exists cannot
change the hash function and ref backends; such a request is
silently ignored now.

* ps/setup-reinit-fixes:
  setup: fix reinit of repos with incompatible GIT_DEFAULT_HASH
  setup: fix reinit of repos with incompatible GIT_DEFAULT_REF_FORMAT
  t0001: remove duplicate test


Trivial merge