Re: [PATCH 1/3] transport-helper: emit progress and verbosity options after asking for capabilities

2015-02-12 Thread Junio C Hamano
Mike Hommey m...@glandium.org writes: Currently, the progress and verbosity options are only emitted for the fetch and push commands, but they should also be emitted for other commands, such as import or export, and, why not, even list. Signed-off-by: Mike Hommey m...@glandium.org --- I

[PATCH 1/3] transport-helper: emit progress and verbosity options after asking for capabilities

2015-02-12 Thread Mike Hommey
Currently, the progress and verbosity options are only emitted for the fetch and push commands, but they should also be emitted for other commands, such as import or export, and, why not, even list. Signed-off-by: Mike Hommey m...@glandium.org --- transport-helper.c | 5 +++-- 1 file changed, 3