On 8/28/2018 8:56 PM, brian m. carlson wrote:
+ rawsz="$(test_oid rawsz)" && + hexsz="$(test_oid hexsz)" &&
These are neat helpers! The 'git commit-graph verify' tests in t5318-commit-graph.sh should automatically work if we use these for HASH_LEN instead of 20. I'll use a similar pattern when writing 'git multi-pack-index verify'.
Thanks, -Stolee