added script to create list of contributors. Folded translators and contributors

This commit is contained in:
michael starke
2017-11-28 10:32:10 +01:00
parent db7de20fba
commit 173e7fe44f
2 changed files with 58 additions and 62 deletions

View File

@@ -0,0 +1,3 @@
#!/bin/bash
# prints the list of contributors in markdown format
git log --pretty="[%an](%ae)" | sort | uniq