]> git.ipfire.org Git - thirdparty/git.git/commit - bulk-checkin.c
bulk-checkin: abstract SHA-1 usage
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 1 Feb 2018 02:18:48 +0000 (02:18 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Feb 2018 19:28:41 +0000 (11:28 -0800)
commitf87e8137187e0c9abe39b15cb4b6f5cdc76a70b0
treecb657eb9b2149e57225ca0f919eff7c92caffced
parent4d2735005a6512c4dae8b9ed892640db91351dff
bulk-checkin: abstract SHA-1 usage

Convert uses of the direct SHA-1 functions to use the_hash_algo instead.

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