Merge branch 'gs/commit-graph-trace-with-cmd'
authorJunio C Hamano <gitster@pobox.com>
Tue, 15 Oct 2019 04:48:00 +0000 (13:48 +0900)
committerJunio C Hamano <gitster@pobox.com>
Tue, 15 Oct 2019 04:48:00 +0000 (13:48 +0900)
Dev support.

* gs/commit-graph-trace-with-cmd:
  commit-graph: emit trace2 cmd_mode for each sub-command

1  2 
builtin/commit-graph.c

@@@ -60,7 -58,8 +60,9 @@@ static int graph_verify(int argc, cons
                OPT_END(),
        };
  
+       trace2_cmd_mode("verify");
 +      opts.progress = isatty(2);
        argc = parse_options(argc, argv, NULL,
                             builtin_commit_graph_verify_options,
                             builtin_commit_graph_verify_usage, 0);