Skip to content

Instantly share code, notes, and snippets.

@wumpz
Created June 23, 2013 21:12
Show Gist options
  • Star 43 You must be signed in to star a gist
  • Fork 5 You must be signed in to fork a gist
  • Save wumpz/5846559 to your computer and use it in GitHub Desktop.
Save wumpz/5846559 to your computer and use it in GitHub Desktop.
list authors of a git repository including commit count and email
git shortlog -e -s -n
@ofou
Copy link

ofou commented Oct 9, 2020

git shortlog -s -n --all --no-merges

add --no-merges to exclude statistics from merge commits.

@RaschidJFR
Copy link

Awesome, thanks!

@0michalsokolowski0
Copy link

Thanks!

@hoop71
Copy link

hoop71 commented Dec 21, 2021

Such neat!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment