]> git.ipfire.org Git - thirdparty/git.git/commit
t4038: abstract away SHA-1 specific constants
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 28 Oct 2019 00:59:03 +0000 (00:59 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2019 02:34:58 +0000 (11:34 +0900)
commit0370b354147de8cb25cf9722bf70a441c0d1fbf4
tree1b5a2ea547c7f8e2e6304e13054b08c81f8cfb23
parent0253e126a271f10dc1f1fc630193a4026ec8a7ee
t4038: abstract away SHA-1 specific constants

Compute several object IDs that exist in expected output, since we don't
care about the specific object IDs, only that the format of the output
is syntactically correct.

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