]> git.ipfire.org Git - thirdparty/git.git/commit
t4027: make hash-size independent
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 28 Oct 2019 00:59:01 +0000 (00:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2019 02:34:58 +0000 (11:34 +0900)
commit45e2ef2b1d7093e535a0c3963e64a0c212aace54
tree7e8e78e6c1459a6964a244af56edfd898e36d7bd
parent79b0edc1a0ae856511d5923195c4d144461a955e
t4027: make hash-size independent

Instead of hard-coding the length of an object ID, look this value up
using the translation tables.  Similarly, compute input data for invalid
submodule entries using the tables as well.

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