Re: [PATCH 2/3] test-lib: allow setting the index format version

2014-02-18 Thread Junio C Hamano
Thomas Gummerer writes: > Allow adding a TEST_GIT_INDEX_VERSION variable to config.mak to set the > index version with which the test suite should be run. > ... > diff --git a/Makefile b/Makefile > index 287e6f8..c98d28f 100644 > --- a/Makefile > +++ b/Makefile > @@ -342,6 +342,10 @@ all:: > # D

[PATCH 2/3] test-lib: allow setting the index format version

2014-02-15 Thread Thomas Gummerer
Allow adding a TEST_GIT_INDEX_VERSION variable to config.mak to set the index version with which the test suite should be run. If it isn't set, the default version given in the source code is used (currently version 3). To avoid breakages with index versions other than [23], also set the index ve