Re: [PATCH RFC v2 14/25] ref-filter: add is_cat flag

2018-02-05 Thread Junio C Hamano
Olga Telezhnaya writes: > diff --git a/ref-filter.c b/ref-filter.c > index 34a54db168265..91290b62450b3 100644 > --- a/ref-filter.c > +++ b/ref-filter.c > @@ -101,6 +101,7 @@ static struct used_atom { > } *used_atom; > static int used_atom_cnt, need_tagged,

[PATCH RFC v2 14/25] ref-filter: add is_cat flag

2018-02-05 Thread Olga Telezhnaya
Add is_cat flag, further it helps to get rid of cat_file_data field in ref_format. Signed-off-by: Olga Telezhnaia Mentored-by: Christian Couder Mentored by: Jeff King --- builtin/cat-file.c | 1 + ref-filter.c | 8