From: Anthony Liguori <anthony@codemonkey.ws>
To: Anthony Liguori <aliguori@us.ibm.com>
Cc: qemu-devel@nongnu.org, Alex Graf <agraf@suse.de>
Subject: Re: [Qemu-devel] [PATCH] [FYI] Scripts to generate project stats
Date: Mon, 01 Aug 2011 22:12:56 -0500 [thread overview]
Message-ID: <4E376B38.5020603@codemonkey.ws> (raw)
In-Reply-To: <1312252615-31567-1-git-send-email-aliguori@us.ibm.com>
On 08/01/2011 09:36 PM, Anthony Liguori wrote:
> As part of my talk for KVM Forum, I am collecting some stats on the project
> since last year. I thought I'd share the scripts in case anyone is interested
> in how they work.
>
> +function gen-stats() {
> + until="$1"
> + since="$2"
> +
> + echo 'Total Commits'
> + echo '-------------'
> + gen-commits "$until" "$since"
> + echo
> +
> + echo 'Committers'
> + echo '----------'
> + gen-committers "$until" "$since"
> + echo
> +
> + echo 'Authors'
> + echo '-------'
> + gen-authors "$until" "$since"
> + echo
> +
> + echo 'Companies'
> + echo '---------'
> + gen-companies "$util" "$since"
Should be:
gen-companies "$until" "$since"
Regards,
Anthony Liguori
> +}
> +
> +gen-stats "$1" "$2"
> +
next prev parent reply other threads:[~2011-08-02 3:13 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-08-02 2:36 [Qemu-devel] [PATCH] [FYI] Scripts to generate project stats Anthony Liguori
2011-08-02 3:12 ` Anthony Liguori [this message]
2011-08-02 9:13 ` Peter Maydell
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=4E376B38.5020603@codemonkey.ws \
--to=anthony@codemonkey.ws \
--cc=agraf@suse.de \
--cc=aliguori@us.ibm.com \
--cc=qemu-devel@nongnu.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).