fast-import prints statistics that could be interesting to the
developer of remote helpers.

Signed-off-by: Florian Achleitner <florian.achleitner.2.6...@gmail.com>
---
 transport-helper.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/transport-helper.c b/transport-helper.c
index 616db91..d6daad5 100644
--- a/transport-helper.c
+++ b/transport-helper.c
@@ -392,7 +392,7 @@ static int get_importer(struct transport *transport, struct 
child_process *fasti
        memset(fastimport, 0, sizeof(*fastimport));
        fastimport->in = helper->out;
        argv_array_push(argv, "fast-import");
-       argv_array_push(argv, "--quiet");
+       argv_array_push(argv, debug ? "--stats" : "--quiet");
        argv_array_pushf(argv, "--cat-blob-pipe=%s", data->report_fifo);
        fastimport->argv = argv->argv;
        fastimport->git_cmd = 1;
-- 
1.7.9.5

--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majord...@vger.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to