开源镜像站
帮助
下载
动态
GitHub
index
:
git-repo
main
maint
master
repo-1
stable
A git multiple repo management tool built for AOSP
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
git_trace2_event_log.py
Age
Commit message (
Expand
)
Author
2025-08-21
standardize file header wrt licensing
Mike Frysinger
2023-09-06
Log ErrorEvent for failing GitCommands
Jason Chang
2023-08-22
isort: format codebase
v2.36
Mike Frysinger
2023-08-07
Prefix error events with RepoErrorEvent:
Jason Chang
2023-05-17
[git_trace2] Add logs for critical cmds
Josip Sokcevic
2023-05-15
[trace2] Add absolute time on trace2 exit events
Josip Sokcevic
2023-03-22
Format codebase with black and check formatting in CQ
Gavin Mak
2022-11-25
Resolved DeprecationWarning for currentThread()
Daniel Kutik
2022-03-16
trace: allow writing traces to a socket
Josh Steadmon
2021-09-28
superproject: Log syncstate's parameter as data-json it it is an array.
Raman Tenneti
2021-09-27
superproject: Log argv parameter of syncstate as 'data-json'.
Raman Tenneti
2021-09-14
sync: Log repo sync state events as 'data' events.
Raman Tenneti
2021-07-29
sync: Added logging of repo sync state and config options for analysis.
Raman Tenneti
2021-06-09
trace2_event_log: Added logging of error events.
Raman Tenneti
2021-03-18
repo: Add a new "command" event type to git trace2 logging in repo.
Raman Tenneti
2021-03-08
Log repo.* config variables in git trace2 logger.
Ian Kasprzak
2021-01-19
Update "evt" field to be logged as a string type.
Ian Kasprzak
2021-01-07
Fix bug in git trace2 event Write() function when no config present.
Ian Kasprzak
2021-01-06
Enable git trace2 event format logging.
Ian Kasprzak