add packet tracing debug code
[gitweb.git] / builtin / fetch.c
index 357f3cdbbfd601e2ce3f1261a4d6b30c1257cda4..e94e0015c9c3ae2f638cad686d78b3fa16be2231 100644 (file)
@@ -906,6 +906,8 @@ int cmd_fetch(int argc, const char **argv, const char *prefix)
        struct remote *remote;
        int result = 0;
 
+       packet_trace_identity("fetch");
+
        /* Record the command line for the reflog */
        strbuf_addstr(&default_rla, "fetch");
        for (i = 1; i < argc; i++)