summaryrefslogtreecommitdiffstats
path: root/git_trace2_event_log.py
Commit message (Expand)AuthorAgeFilesLines
* Resolved DeprecationWarning for currentThread()Daniel Kutik2022-11-251-1/+1
* trace: allow writing traces to a socketJosh Steadmon2022-03-161-14/+72
* superproject: Log syncstate's parameter as data-json it it is an array.Raman Tenneti2021-09-281-4/+4
* superproject: Log argv parameter of syncstate as 'data-json'.Raman Tenneti2021-09-271-1/+5
* sync: Log repo sync state events as 'data' events.Raman Tenneti2021-09-141-0/+16
* sync: Added logging of repo sync state and config options for analysis.Raman Tenneti2021-07-291-6/+14
* trace2_event_log: Added logging of error events.Raman Tenneti2021-06-091-0/+7
* repo: Add a new "command" event type to git trace2 logging in repo.Raman Tenneti2021-03-181-0/+12
* Log repo.* config variables in git trace2 logger.Ian Kasprzak2021-03-081-0/+15
* Update "evt" field to be logged as a string type.Ian Kasprzak2021-01-191-1/+1
* Fix bug in git trace2 event Write() function when no config present.Ian Kasprzak2021-01-071-15/+29
* Enable git trace2 event format logging.Ian Kasprzak2021-01-061-0/+197