From 1577bfa35ba3bc7815992f3de947a6afb844daf1 Mon Sep 17 00:00:00 2001 From: Jay Satiro Date: Mon, 23 May 2016 02:42:12 -0400 Subject: contributors: Show GitHub username if real name unknown Prior to this change if a GitHub contributor's real name was unknown they would be omitted from the list. Bug: https://github.com/curl/curl/issues/824 --- scripts/contributors.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') diff --git a/scripts/contributors.sh b/scripts/contributors.sh index 88386109f..071251524 100755 --- a/scripts/contributors.sh +++ b/scripts/contributors.sh @@ -50,7 +50,7 @@ cut -d: -f2- | \ cut '-d<' -f1 | \ tr , '\012' | \ sed 's/ and /\n/' | \ -sed -e 's/^ //' -e 's/ $//g' +sed -e 's/^ //' -e 's/ $//g' -e 's/@users.noreply.github.com$/ on github/' grep "^ [^ \(]" RELEASE-NOTES| \ sed 's/, */\n/g'| \ -- cgit v1.2.3