Skip to content

Instantly share code, notes, and snippets.

@jaygilmore
Last active September 26, 2019 16:13
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jaygilmore/d4dbc064af10cad986505e7181aff5f7 to your computer and use it in GitHub Desktop.
Save jaygilmore/d4dbc064af10cad986505e7181aff5f7 to your computer and use it in GitHub Desktop.
A way to get a list of the committers from the last release to the most recent with the number of commits.

Git Contributors List Method

Replace the versions with the previous first and current second after the ....

git shortlog -s -n v2.7.1-pl...v2.7.7-pl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment