Re: [PATCH v5 2/4] read-cache: add strcmp_offset function

2017-04-06 Thread Jeff Hostetler
On 4/6/2017 10:19 AM, SZEDER Gábor wrote: Add strcmp_offset() function to also return the offset of the first change. Signed-off-by: Jeff Hostetler --- cache.h | 1 + read-cache.c | 29 + 2 files changed, 30 insertions(+) diff --git a/cache.h b/cache.h inde

Re: [PATCH v5 2/4] read-cache: add strcmp_offset function

2017-04-06 Thread SZEDER Gábor
> Add strcmp_offset() function to also return the offset of the > first change. > > Signed-off-by: Jeff Hostetler > --- > cache.h | 1 + > read-cache.c | 29 + > 2 files changed, 30 insertions(+) > > diff --git a/cache.h b/cache.h > index 80b6372..4d82490 10064

[PATCH v5 2/4] read-cache: add strcmp_offset function

2017-04-05 Thread git
From: Jeff Hostetler Add strcmp_offset() function to also return the offset of the first change. Signed-off-by: Jeff Hostetler --- cache.h | 1 + read-cache.c | 29 + 2 files changed, 30 insertions(+) diff --git a/cache.h b/cache.h index 80b6372..4d82490 1006