Merge pull request #4018 from awesome-selfhosted/authors-plaintext
tools/authors: use plaintext instead of markdown for the authors filepull/92/head
commit
f1db6c1662
1349
AUTHORS.md
1349
AUTHORS.md
File diff suppressed because it is too large
Load Diff
4
Makefile
4
Makefile
|
@ -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