[releng] some overall stats
- From: Olav Vitters <ovitters src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [releng] some overall stats
- Date: Fri, 16 Sep 2011 19:01:16 +0000 (UTC)
commit 797fcfb8761587067e5b206b56f9a90130bd045d
Author: Olav Vitters <olav vitters nl>
Date: Fri Sep 16 21:00:56 2011 +0200
some overall stats
tools/contributions/get-git-stats | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
---
diff --git a/tools/contributions/get-git-stats b/tools/contributions/get-git-stats
index cdedc7f..d6b8099 100755
--- a/tools/contributions/get-git-stats
+++ b/tools/contributions/get-git-stats
@@ -63,3 +63,7 @@ committers=$(cat all-committers | sort -u | wc -l)
authors=$(cat all-authors | sort -u | wc -l)
echo -e "TOTAL\t$commits\t$committers\t$authors"
+sort "$statdir"/all-authors | uniq -c | sort -rn > "$statdir/authors.csv"
+sort "$statdir"/all-committers | uniq -c | sort -rn > "$statdir/committers.csv"
+
+rm -f "$statdir/authors" "$statdir/committers"
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]