We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5640973 + 0bd7f57 commit 319d655Copy full SHA for 319d655
builtin/commit-graph.c
@@ -60,6 +60,8 @@ static int graph_verify(int argc, const char **argv)
60
OPT_END(),
61
};
62
63
+ trace2_cmd_mode("verify");
64
+
65
opts.progress = isatty(2);
66
argc = parse_options(argc, argv, NULL,
67
builtin_commit_graph_verify_options,
@@ -107,6 +109,8 @@ static int graph_read(int argc, const char **argv)
107
109
108
110
111
112
+ trace2_cmd_mode("read");
113
114
115
builtin_commit_graph_read_options,
116
builtin_commit_graph_read_usage, 0);
@@ -190,6 +194,8 @@ static int graph_write(int argc, const char **argv)
190
194
split_opts.max_commits = 0;
191
195
split_opts.expire_time = 0;
192
196
197
+ trace2_cmd_mode("write");
198
193
199
200
builtin_commit_graph_write_options,
201
builtin_commit_graph_write_usage, 0);
0 commit comments