On 22 Dec 2006 20:37:00 -0800 Randal L. Schwartz wrote: > >>>>> "Randy" == Randy Dunlap <rdunlap@xxxxxxxxxxxx> writes: > > Randy> example: > Randy> git log v2.6.19.. | authorcount -m | less > > Randy> # this is just the ones with >= 50 Author: lines > > Randy> Al Viro : 213 > Randy> Linus Torvalds : 94 > Randy> Jiri Slaby : 90 > Randy> Josef Sipek : 79 > Randy> Gerrit Renker : 77 > Randy> Adrian Bunk : 67 > Randy> Andrew Morton : 59 > Randy> Tejun Heo : 52 > Randy> Mariusz Kozlowski : 52 > Randy> Paul Mundt : 51 > Randy> Ralf Baechle : 50 > Randy> --- > > With > > git-log --pretty=short v2.6.19.. | git-shortlog -n -s | head -10 > > and no additional tools, I get: > > Al Viro: 213 > Linus Torvalds: 94 > Jiri Slaby: 90 > Josef Sipek: 79 > Gerrit Renker: 77 > Adrian Bunk: 67 > Andrew Morton: 59 > Tejun Heo: 52 > Mariusz Kozlowski: 52 > Paul Mundt: 51 > > Looky there. Yep, that's nice. Thanks. --- ~Randy - 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