Re: [PATCH v3 13/23] ref-filter: get rid of mark_atom_in_object_info()

2018-02-15 Thread Оля Тележная
2018-02-15 8:45 GMT+03:00 Jeff King : > On Mon, Feb 12, 2018 at 08:08:54AM +, Olga Telezhnaya wrote: > >> Remove mark_atom_in_object_info() and create same logic >> in terms of ref-filter style. > > This one is definitely a step in the right direction. In fact, this is > what I

Re: [PATCH v3 13/23] ref-filter: get rid of mark_atom_in_object_info()

2018-02-14 Thread Jeff King
On Mon, Feb 12, 2018 at 08:08:54AM +, Olga Telezhnaya wrote: > Remove mark_atom_in_object_info() and create same logic > in terms of ref-filter style. This one is definitely a step in the right direction. In fact, this is what I would have expected to see in the beginning. It seems like this

[PATCH v3 13/23] ref-filter: get rid of mark_atom_in_object_info()

2018-02-12 Thread Olga Telezhnaya
Remove mark_atom_in_object_info() and create same logic in terms of ref-filter style. Signed-off-by: Olga Telezhnaia Mentored-by: Christian Couder Mentored by: Jeff King --- ref-filter.c | 45