diff options
author | Junio C Hamano <gitster@pobox.com> | 2011-03-19 23:24:12 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2011-03-19 23:24:12 -0700 |
commit | 0d7f242110dc71666780a85fca14fbc8223879d4 (patch) | |
tree | 3154b4ef00a4b665f7b1dc94be1fa313c8db58cd /builtin/push.c | |
parent | dc7f96f1f4a071150d2c817e6ca72ecfb7edd72d (diff) | |
parent | 7e2342d0987f7f78bc8582e97bbfbafd80d327ef (diff) | |
download | git-0d7f242110dc71666780a85fca14fbc8223879d4.tar.gz |
Merge branch 'jk/trace-sifter'
* jk/trace-sifter:
trace: give repo_setup trace its own key
add packet tracing debug code
trace: add trace_strbuf
trace: factor out "do we want to trace" logic
trace: refactor to support multiple env variables
trace: add trace_vprintf
Diffstat (limited to 'builtin/push.c')
-rw-r--r-- | builtin/push.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/builtin/push.c b/builtin/push.c index c3c2feb944..6f6a66f986 100644 --- a/builtin/push.c +++ b/builtin/push.c @@ -245,6 +245,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); |