From: brian m. carlson Date: Sun, 13 May 2018 02:24:13 +0000 (+0000) Subject: t: switch $_z40 to $ZERO_OID X-Git-Tag: v2.18.0-rc0~3^2~25 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/8125a58b912e52eba7889e1dba9fe6d711b0ffdf?hp=8125a58b912e52eba7889e1dba9fe6d711b0ffdf t: switch $_z40 to $ZERO_OID Switch all uses of $_z40 to $ZERO_OID so that they work correctly with larger hashes. This commit was created by using the following sed command to modify all files in the t directory except t/test-lib.sh: sed -i 's/\$_z40/$ZERO_OID/g' Signed-off-by: brian m. carlson Signed-off-by: Junio C Hamano ---