Skip to content

Instantly share code, notes, and snippets.

@devanthonyp
Forked from ghinda/git-commit-csv-export.sh
Created November 17, 2015 05:07
Show Gist options
  • Save devanthonyp/3b3e8e4fea01ee464896 to your computer and use it in GitHub Desktop.
Save devanthonyp/3b3e8e4fea01ee464896 to your computer and use it in GitHub Desktop.

Revisions

  1. @ghinda ghinda revised this gist May 13, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion git-commit-csv-export.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1 @@
    git log --since='last month' --pretty=format:'%h,%an,%ad,%s' --author='Ionut Colceriu' > ~/log.csv
    git log --since='last month' --pretty=format:'%h;%an;%ad;%s' --author='Ionut Colceriu' > ~/log.csv
  2. @ghinda ghinda created this gist Mar 19, 2015.
    1 change: 1 addition & 0 deletions git-commit-csv-export.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    git log --since='last month' --pretty=format:'%h,%an,%ad,%s' --author='Ionut Colceriu' > ~/log.csv