Last active
December 31, 2015 01:49
-
-
Save ryanbeymer/7916840 to your computer and use it in GitHub Desktop.
Output git log for the specified time period
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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