mirror of
https://github.com/MacPass/MacPass.git
synced 2025-12-13 08:52:20 +00:00
Added comma to make Contributors more readable, updated script to sort uniquely (rebase)
This commit is contained in:
@@ -1,3 +1,3 @@
|
||||
#!/bin/bash
|
||||
# prints the list of contributors in markdown format
|
||||
git log --pretty="[%an](mailto:%ae)" | sort | uniq
|
||||
git log --pretty="[%an](mailto:%ae), " | sort -fu
|
||||
|
||||
Reference in New Issue
Block a user