Skip to content

Instantly share code, notes, and snippets.

@senthilnayagam
Created May 13, 2015 06:22
Show Gist options
  • Save senthilnayagam/5c80447d12d655eab66c to your computer and use it in GitHub Desktop.
Save senthilnayagam/5c80447d12d655eab66c to your computer and use it in GitHub Desktop.
list of commit messages
thinking of analysing commit messages
git log --pretty=format:'"%s"' --shortstat --no-merges | grep -v '^[[:space:]]*$' | grep -v 'changed.*insertion.*deletion\|changed.*insertion\| changed.*deletion'
if you want a cvs with multiple fields use this instead
git log --pretty=format:'"%h","%an","%aD","%s",' --shortstat --no-merges
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment