Re: [PATCH RFC 10/20] cat-file: inline stream_blob

2019-02-28 Thread Jeff King
On Fri, Feb 22, 2019 at 04:05:45PM +, Olga Telezhnaya wrote: > Inline function stream_blob, it simplifies further > migrating process. I'd have to see what exactly gets simplified later on, but I'm mildly negative on this by itself. The reason this function was added in 98f425b453 (cat-file:

[PATCH RFC 10/20] cat-file: inline stream_blob

2019-02-22 Thread Olga Telezhnaya
Inline function stream_blob, it simplifies further migrating process. Signed-off-by: Olga Telezhnaia --- builtin/cat-file.c | 26 -- 1 file changed, 12 insertions(+), 14 deletions(-) diff --git a/builtin/cat-file.c b/builtin/cat-file.c index edf45f078b919..cd9a4447c8da9