git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
combined
(merge:
d96e31e
0bd7f57
)
Merge branch 'gs/commit-graph-trace-with-cmd'
author
Junio C Hamano
<redacted>
Tue, 15 Oct 2019 04:48:00 +0000
(13:48 +0900)
committer
Junio C Hamano
<redacted>
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
patch
|
diff1
|
diff2
|
blob
|
history
diff --cc
builtin/commit-graph.c
index a6c500d8daf43ba58c6dfc28187b2ff9f228fe6a,ef68b26744d9f10eadd7cbc8fc2354482405551f..addc8d4cc0895567b6f09902d3353b0a62a9507c
---
1
/
builtin/commit-graph.c
---
2
/
builtin/commit-graph.c
+++ b/
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);
git clone https://git.99rst.org/PROJECT