]> git.ipfire.org Git - thirdparty/git.git/commit
trace2: increment event format version
authorJosh Steadmon <steadmon@google.com>
Thu, 11 Nov 2021 22:34:25 +0000 (14:34 -0800)
committerJunio C Hamano <gitster@pobox.com>
Thu, 11 Nov 2021 23:01:04 +0000 (15:01 -0800)
commit04480e67fe7a0a8c111becd43b114ce634e4a7e8
tree1f4006528c46cfd077d2f64f10a0167662fcb79c
parent05881a6fc9020b5c227a98490bf256d129da01f6
trace2: increment event format version

In 64bc752 (trace2: add trace2_child_ready() to report on background
children, 2021-09-20), we added a new "child_ready" event. In
Documentation/technical/api-trace2.txt, we promise that adding a new
event type will result in incrementing the trace2 event format version
number, but this was not done. Correct this in code & docs.

Signed-off-by: Josh Steadmon <steadmon@google.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/technical/api-trace2.txt
trace2/tr2_tgt_event.c