Files
MacPass/scripts/list_of_contributors.sh
2019-04-01 09:15:01 +02:00

4 lines
116 B
Bash
Executable File

#!/bin/bash
# prints the list of contributors in markdown format
git log --pretty="[%an](mailto:%ae)" | sort | uniq