diff --git a/releases/count-lines-of-code-per-committer.sh b/releases/count-lines-of-code-per-committer.sh index e7f81339c..0b429733f 100755 --- a/releases/count-lines-of-code-per-committer.sh +++ b/releases/count-lines-of-code-per-committer.sh @@ -17,3 +17,7 @@ if [ $# -ne 1 ] fi git log --author=$1 --pretty=tformat: --numstat | awk '{ adds += $1; subs += $2; loc += $1 - $2 } END { printf "added lines: %s, removed lines: %s, total lines: %s, added:deleted ratio:%s\n", adds, subs, loc, adds/subs }' - + +# Related: Most active GitHub users in Finland: +# https://committers.top/finland.html +# at 2024-03-08, xet7 was 3rd.