-
-
Save t-io/8250b3eaea8fec16594cd0e1c9c75203 to your computer and use it in GitHub Desktop.
Git Log to Tab-Delimited CSV File
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
# Local Dates: | |
git log --date=local --pretty=format:"%h%x09%an%x09%ad%x09%s" > commits.local.tsv.txt | |
# ISO Dates: | |
git log --date=iso --pretty=format:"%h%x09%an%x09%ad%x09%s" > commits.iso.tsv.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment