]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ds/trace2-tolerate-failed-timestamp' into seen
authorJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 23:20:59 +0000 (16:20 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 31 Jul 2026 23:21:00 +0000 (16:21 -0700)
commita6c347d2d271c20871ed1b9bf336e18ecb250f74
treeabd7b5605b30707516d886b7118ddd7bff8da619
parent97e7a18e66a20f99c4d545e3f7e4d705a3046a2b
parent8e6737046c30da3afab0bb9aeefbf3ffffac9652
Merge branch 'ds/trace2-tolerate-failed-timestamp' into seen

The 'trace2' telemetry library has been updated to tolerate failures
from system calls like gettimeofday() and datetime formatting
functions, replacing potential program crashes with blank placeholder
timestamps in the traces.

* ds/trace2-tolerate-failed-timestamp:
  trace2: tolerate failed timestamp formatting