mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-14 01:12:31 +00:00
added script to create list of contributors. Folded translators and contributors
This commit is contained in:
3
scripts/list_of_contributors.sh
Executable file
3
scripts/list_of_contributors.sh
Executable file
@@ -0,0 +1,3 @@
|
||||
#!/bin/bash
|
||||
# prints the list of contributors in markdown format
|
||||
git log --pretty="[%an](%ae)" | sort | uniq
|
||||
Reference in New Issue
Block a user