Skip to content

Instantly share code, notes, and snippets.

@ryanbeymer
Last active December 31, 2015 01:49
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 ryanbeymer/7916840 to your computer and use it in GitHub Desktop.
Save ryanbeymer/7916840 to your computer and use it in GitHub Desktop.
Output git log for the specified time period
git log --since=11-01-2013 --until=11-31-13 --no-merges --date=short --pretty=format:'%h|%cd|%s|repo-name' > repo-name-log.csv
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment