]> git.ipfire.org Git - thirdparty/git.git/commit
t3308: make test work with SHA-256
authorbrian m. carlson <sandals@crustytoothpaste.net>
Fri, 7 Feb 2020 00:52:36 +0000 (00:52 +0000)
committerJunio C Hamano <gitster@pobox.com>
Fri, 7 Feb 2020 19:07:29 +0000 (11:07 -0800)
commit7b1a1822fe4de212b486a0fbdcab0d03099e03dd
tree1704cf3eef36955bea997e7e45ec8a8c9d798dae
parent94db7e3e936ddc08c0a34c0c38cbee304a220c20
t3308: make test work with SHA-256

Replace the hard-coded SHA-1 constants with the use of test_oid to look
up an appropriate constant for each hash algorithm.

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