| Age | Commit message (Expand) | Author | Files | Lines |
| 2024-12-06 | global: mark code units that generate warnings with `-Wsign-compare` | Patrick Steinhardt | 1 | -0/+2 |
| 2024-03-07 | trace2: emit 'def_param' set with 'cmd_name' event | Jeff Hostetler | 1 | -0/+3 |
| 2024-03-07 | trace2: avoid emitting 'def_param' set more than once | Jeff Hostetler | 1 | -0/+12 |
| 2024-01-08 | Merge branch 'en/header-cleanup' | Junio C Hamano | 1 | -3/+0 |
| 2023-12-26 | treewide: remove unnecessary includes in source files | Elijah Newren | 1 | -3/+0 |
| 2023-11-23 | trace2: redact passwords from https:// URLs by default | Johannes Schindelin | 1 | -3/+117 |
| 2023-07-20 | wrapper: use trace2 counters to collect fsync stats | Beat Bolli | 1 | -1/+0 |
| 2023-06-28 | trace2: plumb config kvi | Glen Choo | 1 | -2/+2 |
| 2023-04-24 | hash-ll.h: split out of hash.h to remove dependency on repository.h | Elijah Newren | 1 | -0/+1 |
| 2023-04-11 | treewide: be explicit about dependence on trace.h & trace2.h | Elijah Newren | 1 | -0/+1 |
| 2023-02-23 | treewide: remove unnecessary cache.h includes in source files | Elijah Newren | 1 | -1/+2 |
| 2022-10-24 | trace2: add global counter mechanism | Jeff Hostetler | 1 | -7/+45 |
| 2022-10-24 | trace2: add stopwatch timers | Jeff Hostetler | 1 | -0/+75 |
| 2022-10-24 | trace2: rename the thread_name argument to trace2_thread_start | Jeff Hostetler | 1 | -3/+3 |
| 2022-10-24 | tr2tls: clarify TLS terminology | Jeff Hostetler | 1 | -1/+1 |
| 2022-06-02 | common-main.c: move non-trace2 exit() behavior out of trace2.c | Ævar Arnfjörð Bjarmason | 1 | -6/+2 |
| 2022-03-30 | trace2: add stats for fsync operations | Neeraj Singh | 1 | -0/+1 |
| 2022-02-21 | C99: remove hardcoded-out !HAVE_VARIADIC_MACROS code | Ævar Arnfjörð Bjarmason | 1 | -39/+0 |
| 2021-09-20 | trace2: add trace2_child_ready() to report on background children | Jeff Hostetler | 1 | -0/+31 |
| 2021-07-22 | tr2: log parent process name | Emily Shaffer | 1 | -0/+13 |
| 2020-11-11 | trace2: add a public function for getting the SID | Josh Steadmon | 1 | -0/+5 |
| 2020-03-23 | trace2: teach Git to log environment variables | Josh Steadmon | 1 | -0/+9 |
| 2019-05-13 | Merge branch 'jh/trace2' | Junio C Hamano | 1 | -1/+1 |
| 2019-05-13 | Merge branch 'jh/trace2-sid-fix' | Junio C Hamano | 1 | -2/+19 |
| 2019-04-26 | trace2: fix incorrect function pointer check | Josh Steadmon | 1 | -1/+1 |
| 2019-04-16 | trace2: report peak memory usage of the process | Jeff Hostetler | 1 | -0/+2 |
| 2019-04-16 | trace2: use system/global config for default trace2 settings | Jeff Hostetler | 1 | -0/+4 |
| 2019-04-16 | trace2: add absolute elapsed time to start event | Jeff Hostetler | 1 | -1/+7 |
| 2019-04-16 | trace2: refactor setting process starting time | Jeff Hostetler | 1 | -1/+6 |
| 2019-03-20 | trace2: NULL is not allowed for va_list | Torsten Bögershausen | 1 | -4/+11 |
| 2019-02-22 | trace2: create new combined trace facility | Jeff Hostetler | 1 | -0/+761 |