trace: give repo_setup trace its own key
[gitweb.git] / builtin / push.c
index e655eb7695faba13c4d9e8f25b9649ffec7195be..26171ff50fa91eb57594004d5dc55670f08a6257 100644 (file)
@@ -228,6 +228,7 @@ int cmd_push(int argc, const char **argv, const char *prefix)
                OPT_END()
        };
 
+       packet_trace_identity("push");
        git_config(git_default_config, NULL);
        argc = parse_options(argc, argv, prefix, options, push_usage, 0);