All of lore.kernel.org
 help / color / mirror / Atom feed
From: merlyn@stonehenge.com (Randal L. Schwartz)
To: Randy Dunlap <rdunlap@xenotime.net>
Cc: git@vger.kernel.org
Subject: Re: author/commit counts
Date: 22 Dec 2006 20:37:00 -0800	[thread overview]
Message-ID: <86vek3p6s3.fsf@blue.stonehenge.com> (raw)
In-Reply-To: <20061222181030.d733deb3.rdunlap@xenotime.net>

>>>>> "Randy" == Randy Dunlap <rdunlap@xenotime.net> 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.

-- 
Randal L. Schwartz - Stonehenge Consulting Services, Inc. - +1 503 777 0095
<merlyn@stonehenge.com> <URL:http://www.stonehenge.com/merlyn/>
Perl/Unix/security consulting, Technical writing, Comedy, etc. etc.
See PerlTraining.Stonehenge.com for onsite and open-enrollment Perl training!

  parent reply	other threads:[~2006-12-23  4:37 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2006-12-23  2:10 author/commit counts Randy Dunlap
2006-12-23  2:37 ` Shawn Pearce
2006-12-23  4:44   ` Linus Torvalds
2006-12-23 14:28   ` Johannes Schindelin
2006-12-23  4:37 ` Randal L. Schwartz [this message]
2006-12-23  5:27   ` Randy Dunlap
2006-12-23  4:43 ` Junio C Hamano
2006-12-23  5:24   ` Randy Dunlap
2006-12-23  5:29     ` Shawn Pearce
2006-12-23  5:06 ` Nicolas Pitre
2006-12-23 14:22   ` Johannes Schindelin
2006-12-23 14:31     ` Nicolas Pitre

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=86vek3p6s3.fsf@blue.stonehenge.com \
    --to=merlyn@stonehenge.com \
    --cc=git@vger.kernel.org \
    --cc=rdunlap@xenotime.net \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.