git-shortlog
Verified for current stable LTS
Git Shortlog Commands
Git Shortlog command syntax with verified terminal examples.
Commands
6 commands for Git Shortlog
git-shortlog Operations
Git Shortlog Command: Summarize Commits By Author
git shortlog git-shortlog Operations
Git Shortlog Command: Summarize Commits By Committer
git shortlog -c git-shortlog Operations
Git Shortlog Command: Summarize Commits In All Branches With Emails
git shortlog -s -n -e --all git-shortlog Operations
Git Shortlog Command: Summarize Commits In Current Branch With Emails
git shortlog -s -n -e git-shortlog Operations
Git Shortlog Command: Summarize Commits Sorted By Number
git shortlog -n git-shortlog Operations
Git Shortlog Command: Summarize Last N Commits
git shortlog HEAD~5..HEAD Suggest a Git Shortlog Command
Submit missing workflows, corrections, or verified alternatives for this tool.
FAQ
Coverage: Focused examples for common Git Shortlog workflows.
Verified version: current stable LTS.
Verification: Test commands in a disposable workspace and submit notes for edge cases.