add AUTHORS #77

Merged
xpamych merged 1 commits from Maks1mS/ALR:add-authors into master 2025-05-07 21:07:21 +00:00
Collaborator

Считаю справедливым, учитывая вклад:

$ git shortlog -sn --no-merges
    82  Maxim Slipenko
    38  Евгений Храмов
     9  Евгений (ХрамычЪ) Храмов
     5  Katy248
     4  gitea
     2  x1z53

$ git log --author="Maxim Slipenko" --pretty=tformat: --numstat | awk '{inserted+=$1; deleted+=$2; delta+=$1-$2; ratio=deleted/inserted} END {printf "Commit stats:\n- Lines added (total)....  %s\n- Lines deleted (total)..  %s\n- Total lines (delta)....  %s\n- Add./Del. ratio (1:n)..  1 : %s\n", inserted, deleted, delta, ratio }' -
Commit stats:
- Lines added (total)....  17068
- Lines deleted (total)..  9246
- Total lines (delta)....  7822
- Add./Del. ratio (1:n)..  1 : 0.541715
Считаю справедливым, учитывая вклад: ``` $ git shortlog -sn --no-merges 82 Maxim Slipenko 38 Евгений Храмов 9 Евгений (ХрамычЪ) Храмов 5 Katy248 4 gitea 2 x1z53 $ git log --author="Maxim Slipenko" --pretty=tformat: --numstat | awk '{inserted+=$1; deleted+=$2; delta+=$1-$2; ratio=deleted/inserted} END {printf "Commit stats:\n- Lines added (total).... %s\n- Lines deleted (total).. %s\n- Total lines (delta).... %s\n- Add./Del. ratio (1:n).. 1 : %s\n", inserted, deleted, delta, ratio }' - Commit stats: - Lines added (total).... 17068 - Lines deleted (total).. 9246 - Total lines (delta).... 7822 - Add./Del. ratio (1:n).. 1 : 0.541715 ```
Maks1mS added 1 commit 2025-05-07 18:22:23 +00:00
xpamych merged commit 849a08a791 into master 2025-05-07 21:07:21 +00:00
Sign in to join this conversation.
No description provided.