/lwc-recipes (git)-[main]- >
git logs-csv 'last year'
=== Getting logs for since:last year with the filter: ADM ===
=== 50 /tmp/_gitlog_.csv lines. Opening in the your web browser to view the logs ===

git logs-csv '2022-01-01'
=== Getting logs for since:2023-01-01 with the filter: ADM ===
=== 89 /tmp/_gitlog_.csv lines. Opening in the your web browser to view the logs ===
- Get the script git-logs-csv
- Store it in your local folder say
~/git-scripts
- Make it executable
chmod +x /path/to/git-logs-csv
- Configure it to run by git
git config --global alias.logs-csv '!/path/to/git-logs-csv'