]> git.ipfire.org Git - thirdparty/git.git/commit
t4007: abstract away SHA-1-specific constants
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 21 May 2018 02:01:34 +0000 (02:01 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 21 May 2018 04:55:48 +0000 (13:55 +0900)
commit31fb3f42960b515af09139f54d34af00645118b5
tree39cc5cc12a883e5bf785393e6eec37a48b25af9f
parentf1aae0346a3b9b0ba82a3054d776486823296237
t4007: abstract away SHA-1-specific constants

Adjust the test so that it computes variables for blobs and uses the
ZERO_OID variable 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/t4007-rename-3.sh