]> git.ipfire.org Git - thirdparty/git.git/commit - packfile.c
packfile: replace sha1_to_hex
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 18 Aug 2019 20:04:22 +0000 (20:04 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Aug 2019 22:04:59 +0000 (15:04 -0700)
commit3a4d7aa5aeeeb6c0b3d92cbaee0d32c2c956c72b
treea41b0b30d8ed7919995732cb7970eca004455aed
parente0cb7cdb898d65bca6f1f4ff1d80f15a09b576db
packfile: replace sha1_to_hex

Replace a use of sha1_to_hex with hash_to_hex so that this code works
with a hash algorithm other than SHA-1.

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