Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save viveknarang/141ab289789b0fe55b09409f99d84c75 to your computer and use it in GitHub Desktop.
Save viveknarang/141ab289789b0fe55b09409f99d84c75 to your computer and use it in GitHub Desktop.
git log \
--pretty=format:'{%n "commit": "%H",%n "author": "%aN",%n "date": "%ad",%n "message": "%f",%n "author email": "%ae",%n "timestamp": "%at",%n "committer name": "%cn",%n "committer email": "%ce",%n "commit date": "%cd"%n},' \
$@ | \
perl -pe 'BEGIN{print "["}; END{print "]\n"}' | \
perl -pe 's/},]/}]/'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment