Re: [PATCH RFC 08/20] cat-file: remove rest from expand_data

2019-02-28 Thread Jeff King
On Fri, Feb 22, 2019 at 04:05:45PM +, Olga Telezhnaya wrote: > Get rid of rest field in struct expand_data. > expand_data may be global further as we use it in ref-filter also, > so we need to remove cat-file specific fields from it. > > All globals that I add through this patch will be delet

[PATCH RFC 08/20] cat-file: remove rest from expand_data

2019-02-22 Thread Olga Telezhnaya
Get rid of rest field in struct expand_data. expand_data may be global further as we use it in ref-filter also, so we need to remove cat-file specific fields from it. All globals that I add through this patch will be deleted in the end, so treat it just as the middle step. Signed-off-by: Olga Tel