Skip to content

Instantly share code, notes, and snippets.

@remi
Created March 20, 2012 19:20

Revisions

  1. remi revised this gist Aug 21, 2012. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    $ git log --pretty=format:'%s' | cut -d " " -f 1 | sort | uniq -c | sort -nr
    $ git verbs
    440 Add
    350 Merge
    245 Fix
  2. remi revised this gist Aug 21, 2012. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions .gitconfig
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,2 @@
    [alias]
    verbs = !git log --pretty=format:'%s' | cut -d \" \" -f 1 | sort | uniq -c | sort -nr
  3. remi revised this gist Mar 20, 2012. 1 changed file with 7 additions and 1 deletion.
    8 changes: 7 additions & 1 deletion gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -1 +1,7 @@
    $ git log --pretty=format:'%s' | cut -d " " -f 1 | sort | uniq -c | sort -nr
    $ git log --pretty=format:'%s' | cut -d " " -f 1 | sort | uniq -c | sort -nr
    440 Add
    350 Merge
    245 Fix
    128 Remove
    91 Improve
    66 Use
  4. remi created this gist Mar 20, 2012.
    1 change: 1 addition & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1 @@
    $ git log --pretty=format:'%s' | cut -d " " -f 1 | sort | uniq -c | sort -nr