]> git.ipfire.org Git - thirdparty/git.git/commit
t0002: abstract away SHA-1 specific constants
authorbrian m. carlson <sandals@crustytoothpaste.net>
Thu, 13 Sep 2018 05:17:34 +0000 (05:17 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 13 Sep 2018 21:15:24 +0000 (14:15 -0700)
commit0de267b2928ab907d658f2661932d972b71c0a8f
tree0474f1da374873d38c6473e87acd7eae39ff9cc3
parente483e1441a6ed060c8965f4ab555ec5a5b4bf8c3
t0002: abstract away SHA-1 specific constants

Adjust the test so that it computes variables for object IDs instead of
using hard-coded hashes.

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