]> git.ipfire.org Git - thirdparty/git.git/commit
t1305: avoid comparing extensions
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 28 Oct 2019 00:58:56 +0000 (00:58 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2019 02:34:58 +0000 (11:34 +0900)
commit0b408ca2bd75807296509122c90cb0111844376a
tree282baed503013860fe14d2bbfdb5e10ff030832f
parent2eabd383134b7dedbda0e8367ef3df63c67a0445
t1305: avoid comparing extensions

A repository using a hash other than SHA-1 will need to have an
extension in the config file.  Ignore any extensions when comparing
config files, since they don't usefully contribute to the goal of the
test.

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