Adding git log to csv example script for @jmcc0nn3ll
This commit is contained in:
parent
c9dd17bf9a
commit
a259285e3f
|
@ -0,0 +1,5 @@
|
||||||
|
#!/bin/bash
|
||||||
|
|
||||||
|
git log --date=iso \
|
||||||
|
--pretty=format:"%h%x09%an%x09%ad%x09%s" \
|
||||||
|
$@ > commits.tab.txt
|
Loading…
Reference in New Issue