]> git.ipfire.org Git - thirdparty/git.git/commit
sequencer: convert to use the_hash_algo
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 18 Aug 2019 20:04:16 +0000 (20:04 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 19 Aug 2019 22:04:58 +0000 (15:04 -0700)
commit4439c7a360a23c39e6dea3c9aae080c3c64eb6b6
tree1ffac249a97e0783a3bf88a21bfe06e902f45f47
parent95518faac1828d077de09b4049c9c4a6602c8ae2
sequencer: convert to use the_hash_algo

Convert several uses of GIT_SHA1_HEXSZ constants to be references to
the_hash_algo.

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