]> git.ipfire.org Git - thirdparty/git.git/commit
t4010: abstract away SHA-1-specific constants
authorbrian m. carlson <sandals@crustytoothpaste.net>
Mon, 28 Oct 2019 00:58:58 +0000 (00:58 +0000)
committerJunio C Hamano <gitster@pobox.com>
Mon, 28 Oct 2019 02:34:58 +0000 (11:34 +0900)
commit32a67072673ac444da6c618d62be80559a7728ce
tree7d572e0caee4790987cf7216a924d69da5bda390
parent440bf91dfad62bb02dff3aa13837391fc8a8c4bf
t4010: 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/t4010-diff-pathspec.sh