mirror of
https://github.com/awesome-selfhosted/awesome-selfhosted.git
synced 2025-06-11 19:01:01 +00:00
Update AUTHORS.md (#895)
* Update AUTHORS.md Created .mailmap file Created with the following command: mv .github/.mailmap . && printf "Commits | Author \n:---: | ---\n" > AUTHORS.md && git shortlog -sne >> AUTHORS.md && sed -i 's/\t/ | /g' AUTHORS.md && mv .mailmap .github/.mailmap * Update Contrib line in makefile
This commit is contained in:
2
Makefile
Normal file → Executable file
2
Makefile
Normal file → Executable file
@ -30,7 +30,7 @@ syntaxerrors:
|
||||
@! sed -n -e '/BEGIN SOFTWARE LIST/,/END SOFTWARE LIST/ p' README.md | egrep '\)\(|``|\)`'
|
||||
|
||||
contrib:
|
||||
@git shortlog -sne
|
||||
@mv .github/.mailmap . && printf "Commits | Author \n:---: | ---\n" > AUTHORS.md && git shortlog -sne >> AUTHORS.md && sed -i 's/\t/ | /g' AUTHORS.md && mv .mailmap .github/.mailmap
|
||||
|
||||
add:
|
||||
@#add a new entry
|
||||
|
Reference in New Issue
Block a user