nodiscc
1 year ago
committed by
GitHub
4 changed files with 1371 additions and 1352 deletions
File diff suppressed because it is too large
File diff suppressed because it is too large
@ -1,5 +1,5 @@ |
|||
#!/usr/bin/make -f
|
|||
SHELL = /bin/bash |
|||
# update the AUTHORS.md file
|
|||
# update the AUTHORS file
|
|||
contrib: |
|||
@mv .github/.mailmap . && printf "|Commits | Author |\n| :---: | --- |\n" > AUTHORS.md && git shortlog -sne | sed -r 's/^\s*([[:digit:]]*?)\s*?(.*?)/|\1|\2|/' >> AUTHORS.md && mv .mailmap .github/.mailmap |
|||
@mv .github/.mailmap . && printf "Commits|Author\n-------|---------------------------------------------------\n" > AUTHORS && git shortlog -sne >> AUTHORS && mv .mailmap .github/.mailmap |
|||
|
Loading…
Reference in new issue