]> git.ipfire.org Git - thirdparty/git.git/commit
t7201: abstract away SHA-1-specific constants
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 29 Jul 2020 23:14:01 +0000 (23:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2020 16:16:46 +0000 (09:16 -0700)
commitd482c234bfad14f0ebab9164522df1c13bdc69e1
treeca9b1d7a17d7525eed97fa545d35d4401d301faf
parent866be6ece467187879e256ea87294683dfe191ce
t7201: 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>
Reviewed-by: Eric Sunshine <sunshine@sunshineco.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
t/t7201-co.sh