]> git.ipfire.org Git - thirdparty/git.git/commit
trace2: introduce function to trace unsigned integers
authorPatrick Steinhardt <ps@pks.im>
Thu, 7 Aug 2025 08:04:43 +0000 (10:04 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 7 Aug 2025 21:32:27 +0000 (14:32 -0700)
commit10159fe7dd77a0545860c9043dedce86f900f90a
tree7cd776395af56bfbcfa64f9b467cf064672b9790
parent64cbe5e2e8a7b0f92c780b210e602496bd5cad0f
trace2: introduce function to trace unsigned integers

While we have `trace2_data_intmax()`, there is no equivalent function
that takes an unsigned integer. Introduce `trace2_data_uintmax()` to
plug this gap.

This function will be used in a subsequent commit.

Signed-off-by: Patrick Steinhardt <ps@pks.im>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
trace2.c
trace2.h