]> git.ipfire.org Git - thirdparty/git.git/commit - fast-import.c
fast-import: switch various uses of SHA-1 to the_hash_algo
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 1 Feb 2018 02:18:42 +0000 (02:18 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 2 Feb 2018 19:28:41 +0000 (11:28 -0800)
commit7f89428d3794ce9063172114b98f1ef1e6c8da1a
tree0a756367644e16a13954136098b54800f4bea9b7
parent18e2588e11a1ae34f9a6141719ae08d13956affd
fast-import: switch various uses of SHA-1 to the_hash_algo

Switch various uses of explicit calls to SHA-1 to use the_hash_algo.
Convert various uses of 20 and the GIT_SHA1 constants as well.

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