]> git.ipfire.org Git - thirdparty/git.git/commit
t1010: use BROKEN_OBJECTS prerequisite
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 9 Oct 2025 21:56:26 +0000 (21:56 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 10 Oct 2025 00:46:15 +0000 (17:46 -0700)
commitdb00605c13a9f5709da712671df5c7594c06cf31
treececa263ce18fac84820c081544dafc01daa34b97
parent5f23aa6f0f73bb2be7b64e56419e21b2c93cb9a7
t1010: use BROKEN_OBJECTS prerequisite

When hash compatibility mode is enabled, we cannot write broken objects
because they cannot be mapped into the other hash algorithm.  Use the
BROKEN_OBJECTS prerequisite to disable these tests and the writing of
broken objects in this mode.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t1010-mktree.sh