Added comma to make Contributors more readable, updated script to sort uniquely (rebase)

This commit is contained in:
Michael Starke
2019-03-29 09:52:20 +01:00
parent e5e0e689c3
commit bb4390aa84

View File

@@ -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