Skip to content

Instantly share code, notes, and snippets.

@lordgiotto
Last active January 29, 2016 09:17
Show Gist options
  • Save lordgiotto/783da66b2c194d1c5f92 to your computer and use it in GitHub Desktop.
Save lordgiotto/783da66b2c194d1c5f92 to your computer and use it in GitHub Desktop.
Printable CSV Git Log
git log --pretty="%ad;%s" --date=short --since=DATE > DESTINATION_FILE
# DATE can be absolute (2016-01-24) or relative ("2 years 1 day 3 minutes ago")
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment