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
This commit is contained in:
@ -778,6 +778,8 @@ int cmd_receive_pack(int argc, const char **argv, const char *prefix)
|
||||
char *dir = NULL;
|
||||
struct command *commands;
|
||||
|
||||
packet_trace_identity("receive-pack");
|
||||
|
||||
argv++;
|
||||
for (i = 1; i < argc; i++) {
|
||||
const char *arg = *argv++;
|
||||
|
Reference in New Issue
Block a user