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 +