]> git.ipfire.org Git - thirdparty/git.git/commit
t3306: abstract away SHA-1-specific constants
authorbrian m. carlson <sandals@crustytoothpaste.net>
Sun, 18 Aug 2019 19:16:37 +0000 (19:16 +0000)
committerJunio C Hamano <gitster@pobox.com>
Tue, 20 Aug 2019 18:09:21 +0000 (11:09 -0700)
commitb99bfc7a6c3b78574d171ada0fbcad3af2919f76
tree00a183a56de76d69e44ce5b01986d399e8e0551c
parente3e9d02e35c2d29e9249c99e0efc6213cfaf1557
t3306: abstract away SHA-1-specific constants

Adjust the test so that it computes variables for object IDs instead of
using hard-coded hashes.  Convert some single-line heredocs into inline
uses of echo now that they can be expressed succinctly.

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