Re: [PATCH RFC 05/20] cat-file: remove split_on_whitespace

2019-02-28 Thread Jeff King
On Fri, Feb 22, 2019 at 04:05:45PM +, Olga Telezhnaya wrote: > Get rid of split_on_whitespace 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. OK, that makes some sense. > diff --git a/b

[PATCH RFC 05/20] cat-file: remove split_on_whitespace

2019-02-22 Thread Olga Telezhnaya
Get rid of split_on_whitespace 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. Signed-off-by: Olga Telezhnaia --- builtin/cat-file.c | 16 +++- 1 file changed, 3 insertions(+), 13 d