Pierre Habouzit <madcoder@xxxxxxxxxx> writes: > On Tue, Dec 11, 2007 at 09:24:46AM +0000, Ingo Molnar wrote: > > ---------{ git-authors }---------> > > #!/bin/bash > > > > git-log $@ | grep Author: | cut -d: -f2 | sort | uniq -c | sort -n > > You mean: > git shortlog -n -s HEAD -- "$@" > to do exactly the same right ? :) Not exactly, as it does not give us email address. -- Jakub Narebski Poland ShadeHawk on #git - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html