Re: [PATCH 04/10] t0027: use $ZERO_OID

2018-06-06 Thread brian m. carlson
On Wed, Jun 06, 2018 at 09:02:23AM +0200, Torsten Bögershausen wrote: > Nothing wrong with the patch. > There is, however, a trick in t0027 to transform the different IDs back to a > bunch of '0'. > The content of the file use only uppercase letters, and all lowercase ad > digits > are converted

Re: [PATCH 04/10] t0027: use $ZERO_OID

2018-06-06 Thread Torsten Bögershausen
On Mon, Jun 04, 2018 at 11:52:23PM +, brian m. carlson wrote: > Use the ZERO_OID variable to express the all-zeros object ID so that it > works with hash algorithms of all sizes. > > Signed-off-by: brian m. carlson > --- > t/t0027-auto-crlf.sh | 14 +++--- > 1 file changed, 7

[PATCH 04/10] t0027: use $ZERO_OID

2018-06-04 Thread brian m. carlson
Use the ZERO_OID variable to express the all-zeros object ID so that it works with hash algorithms of all sizes. Signed-off-by: brian m. carlson --- t/t0027-auto-crlf.sh | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/t/t0027-auto-crlf.sh