]> git.ipfire.org Git - thirdparty/git.git/commit
t3506: make hash independent
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 18 Aug 2019 19:16:40 +0000 (19:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Aug 2019 18:09:22 +0000 (11:09 -0700)
commit19ce5496c2afb6ff247db833659bdad163029d5d
tree1c99063b1ceff39260e3a708e0f5dfe842b6e3fb
parent9a6738c061ad89216d6bf0ca9472c9be5dcb8155
t3506: make hash independent

This test uses a hard-coded object ID to ensure that the result of
cherry-pick --ff is correct.  Use test_oid to make this work for both
SHA-1 and SHA-256.

Signed-off-by: brian m. carlson <sandals@crustytoothpaste.net>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t3506-cherry-pick-ff.sh