Skip to content

Instantly share code, notes, and snippets.

@steevehook
Created February 5, 2019 15:18
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save steevehook/019d86a9b58883d8af8a58aab0d1ad84 to your computer and use it in GitHub Desktop.
Save steevehook/019d86a9b58883d8af8a58aab0d1ad84 to your computer and use it in GitHub Desktop.
git shortlog | grep -e '^ ' | sed 's/[[:space:]]\+\(.*\)$/\1/' | awk '{print length($0)}'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment