Add info about GitHub top committers at Finland.

Thanks to xet7 !
This commit is contained in:
Lauri Ojansivu 2024-03-08 23:02:41 +02:00
parent 835e33bf09
commit ef5b888779

View file

@ -17,3 +17,7 @@ if [ $# -ne 1 ]
fi 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 }' - 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.