Re: [PATCH 3/4] document add_[file_]to_index

2017-01-18 Thread Stefan Beller
On Wed, Jan 18, 2017 at 1:22 PM, Junio C Hamano wrote: > Stefan Beller writes: > >> Signed-off-by: Stefan Beller >> --- >> cache.h | 17 - >> 1 file changed, 12 insertions(+), 5 deletions(-) >> >> diff --git a/cache.h b/cache.h >> index 26632065a5..acc639d6e0 100644 >> --- a/cac

Re: [PATCH 3/4] document add_[file_]to_index

2017-01-18 Thread Junio C Hamano
Stefan Beller writes: > Signed-off-by: Stefan Beller > --- > cache.h | 17 - > 1 file changed, 12 insertions(+), 5 deletions(-) > > diff --git a/cache.h b/cache.h > index 26632065a5..acc639d6e0 100644 > --- a/cache.h > +++ b/cache.h > @@ -605,13 +605,20 @@ extern int remove_inde

[PATCH 3/4] document add_[file_]to_index

2017-01-17 Thread Stefan Beller
Signed-off-by: Stefan Beller --- cache.h | 17 - 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/cache.h b/cache.h index 26632065a5..acc639d6e0 100644 --- a/cache.h +++ b/cache.h @@ -605,13 +605,20 @@ extern int remove_index_entry_at(struct index_state *, int pos);