transport-helper: ask the helper to set progress and verbosity options after asking...
commit2879bc3b0c3acc89f0415ac0d0e3946599d9fc88
authorMike Hommey <mh@glandium.org>
Fri, 13 Feb 2015 05:24:45 +0000 (13 14:24 +0900)
committerJunio C Hamano <gitster@pobox.com>
Fri, 13 Feb 2015 19:31:54 +0000 (13 11:31 -0800)
tree1ae05a3bf24b67f2879ef2f1bc9789e01ca10e7a
parent9874fca7122563e28d699a911404fc49d2a24f1c
transport-helper: ask the helper to set progress and verbosity options after asking for its capabilities

Currently, a remote helper is only told about the progress and verbosity
options for the 'fetch' and 'push' commands. This means a remote helper
that implements 'import' and 'export' can never know the user requested
progress or verbosity (or lack thereof) through the command line.

Telling the remote helper about those options after asking for its
capabilities ensures it can act accordingly for all commands.

Signed-off-by: Mike Hommey <mh@glandium.org>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
transport-helper.c