fixed mail links of contributors (rebase)

This commit is contained in:
Michael Starke
2019-04-01 09:15:01 +02:00
parent 9026efa662
commit e5e0e689c3
2 changed files with 67 additions and 69 deletions

View File

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