Last active
August 29, 2015 14:04
-
-
Save kwharrigan/a058a0a8b3899efcffb4 to your computer and use it in GitHub Desktop.
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 -n 3 --pretty=format:'{%n "parent": "%P", %n "commit": "%H",%n "author": "%an <%ae>",%n "date": "%ad",%n "message": "%f"%n},' | sed -e '1i\ | |
[' -e '$s/,/]/g' > tmp.json |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment