aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/technical/api-trace2.txt
AgeCommit message (Expand)AuthorFilesLines
2022-10-24trace2: add global counter mechanismJeff Hostetler1-0/+31
2022-10-24trace2: add stopwatch timersJeff Hostetler1-0/+90
2022-10-24api-trace2.txt: elminate section describing the public trace2 APIJeff Hostetler1-54/+7
2022-10-24tr2tls: clarify TLS terminologyJeff Hostetler1-4/+4
2022-08-11tr2: shows scope unconditionally in addition to key-value pairTeng Long1-4/+13
2022-08-11api-trace2.txt: print config key-value pairTeng Long1-0/+31
2022-06-02usage.c: add a non-fatal bug() function to go with BUG()Ævar Arnfjörð Bjarmason1-2/+2
2022-05-04trace2 docs: add missing full stopJohannes Schindelin1-1/+1
2022-05-04trace2 docs: clarify what `varargs` is all aboutJohannes Schindelin1-1/+1
2022-05-04trace2 docs: fix a JSON formatted exampleJohannes Schindelin1-1/+1
2022-05-04trace2 docs: surround more terms in backticksJohannes Schindelin1-7/+7
2022-05-04trace2 docs: "printf" is not an English wordJohannes Schindelin1-6/+6
2022-05-04trace2 docs: a couple of grammar fixesJohannes Schindelin1-8/+8
2021-11-11trace2: increment event format versionJosh Steadmon1-2/+2
2021-09-20trace2: add trace2_child_ready() to report on background childrenJeff Hostetler1-0/+40
2021-08-24Merge branch 'es/trace2-log-parent-process-name'Junio C Hamano1-0/+14
2021-07-22tr2: log parent process nameEmily Shaffer1-0/+14
2021-07-08Merge branch 'js/trace2-discard-event-docfix'Junio C Hamano1-2/+2
2021-06-04docs: fix api-trace2 doc for "too_many_files" eventJosh Steadmon1-2/+2
2021-04-13api docs: document that BUG() emits a trace2 error eventÆvar Arnfjörð Bjarmason1-1/+1
2020-11-24usage: add trace2 entry upon warning()Jonathan Tan1-1/+1
2020-03-23trace2: teach Git to log environment variablesJosh Steadmon1-1/+2
2019-12-16Merge branch 'hw/doc-in-header'Junio C Hamano1-234/+9
2019-11-18trace2: move doc to trace2.hHeba Waly1-234/+9
2019-11-07Documentation: fix a bunch of typos, both old and newElijah Newren1-7/+7
2019-10-05trace2: write discard message to sentinel filesJosh Steadmon1-2/+14
2019-10-04docs: clarify trace2 version invariantsJosh Steadmon1-1/+7
2019-10-04docs: mention trace2 target-dir mode in git-configJosh Steadmon1-4/+3
2019-07-19Merge branch 'js/trace2-signo-typofix'Junio C Hamano1-1/+1
2019-07-09trace2: correct trace2 field name documentationJosh Steadmon1-1/+1
2019-06-27trace2: correct typo in technical documentationCarlo Marcelo Arenas Belón1-1/+1
2019-05-28trace2: rename environment variables to GIT_TRACE2*SZEDER Gábor1-23/+23
2019-05-13Merge branch 'jh/trace2-sid-fix'Junio C Hamano1-80/+104
2019-04-16trace2: update docs to describe system/global config settingsJeff Hostetler1-67/+84
2019-04-16trace2: make SIDs more uniqueJeff Hostetler1-8/+8
2019-04-16trace2: clarify UTC datetime formattingJeff Hostetler1-6/+6
2019-04-16trace2: add absolute elapsed time to start eventJeff Hostetler1-5/+6
2019-04-16trace2: refactor setting process starting timeJeff Hostetler1-3/+9
2019-03-22trace2: write to directory targetsJosh Steadmon1-0/+5
2019-02-22trace2: Documentation/technical/api-trace2.txtJeff Hostetler1-0/+1349