t1006: make hash size independent
commite95f53137d2d920cc42d3422d21845edbc49d9cc
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 13 Sep 2018 05:17:37 +0000 (13 05:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 17 Sep 2018 15:10:32 +0000 (17 08:10 -0700)
tree2df16893995d6a94450bd1e3aba0f3882551f03f
parent1374003db19a6d944bb0ff735855d491e03d57e1
t1006: make hash size independent

Compute the size of the tree and commit objects we're creating by
checking for the size of an object ID and computing the resulting sizes
accordingly.

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