Re: [PATCH/RFC v2 15/16] update-index.c: add a force-rewrite option

2012-08-08 Thread Thomas Gummerer
On 08/05, Junio C Hamano wrote: > Thomas Gummerer writes: > > > Add a force-rewrite option to update-index, which allows the user > > to rewrite the index, even if there are no changes. This can be used > > to do performance tests of both the reader and the writer. > > > > Signed-off-by: Thomas G

Re: [PATCH/RFC v2 15/16] update-index.c: add a force-rewrite option

2012-08-05 Thread Junio C Hamano
Thomas Gummerer writes: > Add a force-rewrite option to update-index, which allows the user > to rewrite the index, even if there are no changes. This can be used > to do performance tests of both the reader and the writer. > > Signed-off-by: Thomas Gummerer > --- > builtin/update-index.c |