]> git.ipfire.org Git - thirdparty/git.git/commit
bundle: switch to use the_hash_algo
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 18 Aug 2019 20:04:11 +0000 (20:04 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Aug 2019 22:04:58 +0000 (15:04 -0700)
commit703d2d4193738526d7b4116657657101e49a601e
tree21346325ae997eed9924e917ec3bc5b6f5f183e8
parent9d958cc0417ce2c8a4504ac8dd140685445ce4d7
bundle: switch to use the_hash_algo

Switch a use of the constant 40 and a use of GIT_SHA1_HEXSZ to use
the_hash_algo instead.

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