Re: [PATCH] push: don't show Done with --quiet --porcelain

2015-09-10 Thread Josh Rabinowitz
stream. In any case, thanks again for the response and for your additional consideration. Best, Josh On Fri, Sep 4, 2015 at 5:42 PM, Junio C Hamano wrote: > Josh Rabinowitz writes: > >> Hi Junio and other recipients: >> >> Junio, thanks for your response. I think y

Re: [PATCH] push: don't show Done with --quiet --porcelain

2015-09-04 Thread Josh Rabinowitz
h, you say that you don't want to remove the "Done" output when using "git push --porcelain" without --quiet -- which my patch preserves (again, it would only remove the "Done" text when 'git push --porcelain' is used with --quiet and there is no error.)

[PATCH] push: don't show Done with --quiet --porcelain

2015-08-31 Thread Josh Rabinowitz
Change so 'git push --porcelain --quiet' emits no text when there is no error. This makes the --quiet option here more consistent with other git commands. Signed-off-by: josh rabinowitz --- transport.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tra