mirror of
https://github.com/wekan/wekan.git
synced 2025-09-22 01:50:48 +02:00
Add info about GitHub top committers at Finland.
Thanks to xet7 !
This commit is contained in:
parent
835e33bf09
commit
ef5b888779
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue