Skip to content

Instantly share code, notes, and snippets.

@stes
Created December 10, 2016 03:20
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 stes/9e310b50e855a6a0be72ddd30d25f835 to your computer and use it in GitHub Desktop.
Save stes/9e310b50e855a6a0be72ddd30d25f835 to your computer and use it in GitHub Desktop.
Output Git Log in CSV format
git log --date=short --pretty=format:'"%an","%cd","%s"'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment