]> git.ipfire.org Git - thirdparty/git.git/commit
http: replace sha1_to_hex
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 19 Feb 2019 00:05:15 +0000 (00:05 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2019 02:57:39 +0000 (11:57 +0900)
commit05dfc7cac4a0e0dcd6c7b2f63009c03f96dba1c0
tree4a3138039054d8890bf01b862e18f0991eb92751
parenteed0e60f02bea5cc87830c203de86207c43cc57c
http: replace sha1_to_hex

Since sha1_to_hex is limited to SHA-1, replace it with hash_to_hex.

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