Re: [PATCH v2] t1700: make test pass with index-v4

2015-03-20 Thread Thomas Gummerer
On 03/20, Junio C Hamano wrote: > Thomas Gummerer writes: > > > The different index versions have different sha-1 checksums. Those > > checksums are checked in t1700, which makes it fail when the test suite > > is run with TEST_GIT_INDEX_VERSION=4. Fix it. > > > > Signed-off-by: Thomas Gummerer

Re: [PATCH v2] t1700: make test pass with index-v4

2015-03-20 Thread Junio C Hamano
Thomas Gummerer writes: > The different index versions have different sha-1 checksums. Those > checksums are checked in t1700, which makes it fail when the test suite > is run with TEST_GIT_INDEX_VERSION=4. Fix it. > > Signed-off-by: Thomas Gummerer > --- >> An updated patch to mention "when r

[PATCH v2] t1700: make test pass with index-v4

2015-03-20 Thread Thomas Gummerer
The different index versions have different sha-1 checksums. Those checksums are checked in t1700, which makes it fail when the test suite is run with TEST_GIT_INDEX_VERSION=4. Fix it. Signed-off-by: Thomas Gummerer --- > An updated patch to mention "when run with TEST_GIT_INDEX_VERSION=4" > in