]> git.ipfire.org Git - thirdparty/git.git/commit
pack-bitmap: switch hard-coded constants to the_hash_algo
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 19 Feb 2019 00:04:57 +0000 (00:04 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2019 02:57:37 +0000 (11:57 +0900)
commit9941e920e0b5a79c5b7859cb59b9ab866a77b25f
treeca2eb66439a1e489777f214dee2cbdad6e55b87c
parent0dd4924891664e9e9970e427e84f902491fcd3d3
pack-bitmap: switch hard-coded constants to the_hash_algo

Switch two hard-coded uses of 20 to references to the_hash_algo.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
pack-bitmap.c