]>
Tony Duckles's Git Repositories (git.nynim.org) - dotfiles.git/blob - bin/git-thanks
   2 # Usage: git-thanks <since>..<until> 
   3 # Display the various commit-authors and the # of commits each has made. 
   5 # All commits on master, ever: 
   8 # All commits on master since the 0.9.0 tag: 
   9 #   git-thanks 0.9.0..master 
  13   sed 's/Author: \(.*\) <.*/\1/' | 
  17   sed 's/ *\([0-9]\{1,\}\) \(.*\)/\2 (\1)/'