mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-19 00:19:22 +00:00
fixed mail links of contributors (rebase)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user