From bb4390aa84dd4f753ef687140b536dc3558777a2 Mon Sep 17 00:00:00 2001 From: Michael Starke Date: Fri, 29 Mar 2019 09:52:20 +0100 Subject: [PATCH] Added comma to make Contributors more readable, updated script to sort uniquely (rebase) --- scripts/list_of_contributors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/list_of_contributors.sh b/scripts/list_of_contributors.sh index bf65d562..d1b7b668 100755 --- a/scripts/list_of_contributors.sh +++ b/scripts/list_of_contributors.sh @@ -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