]> git.ipfire.org Git - thirdparty/git.git/commit
t6300: make hash algorithm independent
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sat, 22 Feb 2020 20:17:33 +0000 (20:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 24 Feb 2020 17:33:24 +0000 (09:33 -0800)
commit8bd5a2906ebca9e2d7fcecd1628c1585ffbd85d3
treea46af0421c7eaebb9cdc760095465bfce54c3826
parent1f5f8f3e85d9afeb4c2688de9a192351f616f143
t6300: make hash algorithm independent

One of the git for-each-ref tests asks to sort by object ID.  However,
when sorted, the order of the refs differs between SHA-1 and SHA-256.
Sort the expected output so that the test passes.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t6300-for-each-ref.sh