]> git.ipfire.org Git - thirdparty/git.git/commit
t9300: abstract away SHA-1-specific constants
authorbrian m. carlson <sandals@crustytoothpaste.net>
Wed, 29 Jul 2020 23:14:10 +0000 (23:14 +0000)
committerJunio C Hamano <gitster@pobox.com>
Thu, 30 Jul 2020 16:16:48 +0000 (09:16 -0700)
commit22f182442d8095ac1ece8c7dc48bf1ab1091425e
tree75cf87ebd0a87d402f16ea2e73217a0dd1a399cb
parentdb00af977f7e0d043a4cb2bdc250f4a0d74c18a7
t9300: abstract away SHA-1-specific constants

Adjust the test so that it computes variables for object IDs instead of
using hard-coded hashes.  In addition, use cut to filter out the object
IDs and verify only the information that we're really interested in.

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/t9300-fast-import.sh