git shortlog extension
Outputs git shortlog as objects
EXAMPLE 1
git shortlog # Get a shortlogEXAMPLE 2
git shortlog --email # Get a shortlog with email informationEXAMPLE 3
git shortlog --summary # Get a shortlog summaryEXAMPLE 4
git shortlog --sumary --email # Get a shortlog summary, with email.Extensions/Git.Shortlog.UGit.Extension.ps1 [<CommonParameters>]