Re: author/commit counts

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Shawn Pearce <spearce <at> spearce.org> writes:

>   $ git log | grep ^Author | cut -d\< -f1 | sort \
>   	| uniq -c | sort -n -r | head -20

As Junio pointed out in another mail, "git shortlog -n -s | head -20" is
shorter...

> You can also see the very clear gap between Junio and the rest of the
> world.  There's very little dispute about who really codes Git.  

Note that this still holds when doing the technically correct thing:

$ git shortlog -n -s --no-merges

Ciao,
Dscho


-
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

[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]