Test environment:
- crash 8.0.1
- drgn 0.0.20
- x86_64 Fedora 36 (kernel 5.19)
- Live kernel debugging only
(Not all crash commands nor crash commands' options are explored)
| # option meaning | |
| # --name-status ... show file status change info | |
| # --diff-filter ... only show specified info (A: Add, C: Copied, D: Deleted, M: Modfied, R: Renamed, etc.) | |
| # --oneline ... show in oneline | |
| # --pretty ... %cd: commit date(using format in --date option), %an/%ae, author name,email, %h: hash, %s: subject | |
| git log --name-status --diff-filter=A --oneline --pretty=format:"%cd (%an/%ae) %h| %s" --date=short |