git-quick-stats
Git quick statistics is a simple and efficient way to access various statistics in git repository
Options
Name | Description |
---|---|
--help, -h | Show help for git-quick-stats |
--suggest-reviewers, -r | Show the best people to contact to review code |
--detailed-git-stats, -T | Give a detailed list of git stats |
---git-stats-by-branch, -R | Show detailed list of git stats by branch |
--changelogs, -c | Show changelogs |
--changelogs-by-author, -L | Show changelogs by author |
--my-daily-stats, -S | Show your current daily stats |
--my-csv-output-by-branch-stats, -V | Output daily stats by branch in CSV format |
--json-output, -j | Save git log as a JSON formatted file to a specified area |
--branch-tree, -b | Show an ASCII graph of the git repo branch history |
--branches-by-date, -D | Show branches by date |
--contributors, -C | See a list of everyone who contributed to the repo |
--commits-per-author, -a | Displays a list of commits per author |
--commits-per-day, -d | Displays a list of commits per day |
--commits-by-month, -m | Displays a list of commits per month |
--commits-by-year, -Y | Displays a list of commits per year |
--commits-by-weekday, -w | Displays a list of commits per weekday |
--commits-by-hour, -o | Displays a list of commits per hour |
--commits-by-author-by-hour, -A | Displays a list of commits per hour by author |
--commits-by-timezone, -z | Displays a list of commits per timezone |
--commits-by-author-by-timezone, -Z | Displays a list of commits per timezone by author |