Re: [PATCH 5/9] Convert sha1_file.c to size_t

2017-08-11 Thread Martin Koegler
On Thu, Aug 10, 2017 at 03:27:28PM -0700, Junio C Hamano wrote: > Please do not start your patch series from 5/9 when there is no 1/9, > 2/9, 3/9, and 4/9. It is seriously confusing. > > I am guessing that you are trying to split the series into > manageable pieces by going per call graph and cod

Re: [PATCH 5/9] Convert sha1_file.c to size_t

2017-08-10 Thread Junio C Hamano
Martin Koegler writes: > From: Martin Koegler > > Signed-off-by: Martin Koegler > --- Please do not start your patch series from 5/9 when there is no 1/9, 2/9, 3/9, and 4/9. It is seriously confusing. I am guessing that you are trying to split the series into manageable pieces by going per c

[PATCH 5/9] Convert sha1_file.c to size_t

2017-08-10 Thread Martin Koegler
From: Martin Koegler Signed-off-by: Martin Koegler --- cache.h | 16 +++ sha1_file.c | 68 ++--- streaming.c | 2 +- 3 files changed, 43 insertions(+), 43 deletions(-) diff --git a/cache.h b/cache.h index 9185763..9322303