From 7ca5e4fbc829f2b57e02b2b4474f50bedeabf099 Mon Sep 17 00:00:00 2001 From: Hieu Hoang Date: Fri, 31 Oct 2014 01:07:33 +0000 Subject: [PATCH] blame stats! --- scripts/other/blame-stat.sh | 2 ++ 1 file changed, 2 insertions(+) create mode 100755 scripts/other/blame-stat.sh diff --git a/scripts/other/blame-stat.sh b/scripts/other/blame-stat.sh new file mode 100755 index 0000000000..150852a59c --- /dev/null +++ b/scripts/other/blame-stat.sh @@ -0,0 +1,2 @@ +git ls-files | xargs -n1 git blame --line-porcelain | sed -n 's/^author //p' | sort -f | uniq -ic | sort -nr +