notes-merge: switch to use the_hash_algo
commit22350307550c8503ef1738f911cabba63c3a4901
authorbrian m. carlson <sandals@crustytoothpaste.net>
Tue, 19 Feb 2019 00:05:00 +0000 (19 00:05 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 1 Apr 2019 02:57:37 +0000 (1 11:57 +0900)
treec359180b12f88a09e435f3d5e112b506667f3906
parentdb1ba2a2302e7942981c70f9356c70e21e3f7bc7
notes-merge: switch to use the_hash_algo

Switch from using GIT_SHA1_HEXSZ to GIT_MAX_HEXSZ and the_hash_algo so
that the code works with any hash algorithm.

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