trace2:data: add trace2 hook classification
Classify certain child processes as hooks. Signed-off-by: Jeff Hostetler <jeffhost@microsoft.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
This commit is contained in:

committed by
Junio C Hamano

parent
abd81a3d79
commit
6206286e49
@ -453,6 +453,7 @@ static int run_post_rewrite_hook(const struct am_state *state)
|
||||
|
||||
cp.in = xopen(am_path(state, "rewritten"), O_RDONLY);
|
||||
cp.stdout_to_stderr = 1;
|
||||
cp.trace2_hook_name = "post-rewrite";
|
||||
|
||||
ret = run_command(&cp);
|
||||
|
||||
|
Reference in New Issue
Block a user