Skip to content

Commit

Permalink
Add info about GitHub top committers at Finland.
Browse files Browse the repository at this point in the history
Thanks to xet7 !
  • Loading branch information
xet7 committed Mar 8, 2024
1 parent 835e33b commit ef5b888
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions releases/count-lines-of-code-per-committer.sh
Expand Up @@ -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.

0 comments on commit ef5b888

Please sign in to comment.