Adding git log to csv example script for @jmcc0nn3ll

This commit is contained in:
Joakim Erdfelt 2018-02-08 08:47:11 -06:00
parent c9dd17bf9a
commit a259285e3f
1 changed files with 5 additions and 0 deletions

5
scripts/git-log-csv.sh Normal file
View File

@ -0,0 +1,5 @@
#!/bin/bash
git log --date=iso \
--pretty=format:"%h%x09%an%x09%ad%x09%s" \
$@ > commits.tab.txt