On Thu, 3 Jan 2019 00:25:29 +0100
Jonas Stein <jst...@gentoo.org> wrote:

> git log | grep "Author: "| sort | uniq | sed "s/Author: //g" | wc -c

That's a rather round about way of doing :
  git shortlog -e -s | cut -f 2 

 git shortlog -e -s  | cut -f 2 | wc -c
37471

git shortlog -e -s  | wc -l
998

Attachment: pgpFfkBYRuopC.pgp
Description: OpenPGP digital signature

Reply via email to