Re: [PATCHv3 1/4] cache.h: document index_name_pos

2017-01-19 Thread Junio C Hamano
Stefan Beller writes: > Signed-off-by: Stefan Beller > --- > cache.h | 19 +++ > 1 file changed, 19 insertions(+) > > diff --git a/cache.h b/cache.h > index 1b67f078dd..1469ddeafe 100644 > --- a/cache.h > +++ b/cache.h > @@ -575,7 +575,26 @@ extern int verify_path(const char *pa

[PATCHv3 1/4] cache.h: document index_name_pos

2017-01-18 Thread Stefan Beller
Signed-off-by: Stefan Beller --- cache.h | 19 +++ 1 file changed, 19 insertions(+) diff --git a/cache.h b/cache.h index 1b67f078dd..1469ddeafe 100644 --- a/cache.h +++ b/cache.h @@ -575,7 +575,26 @@ extern int verify_path(const char *path); extern int index_dir_exists(struct in