]> granicus.if.org Git - curl/commitdiff
contri*.sh: cut off parentheses from names too
authorDaniel Stenberg <daniel@haxx.se>
Fri, 20 Jan 2017 16:10:08 +0000 (17:10 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 20 Jan 2017 16:10:08 +0000 (17:10 +0100)
scripts/contributors.sh
scripts/contrithanks.sh

index d62baade6834b9565a56ac43c349b662b214f35a..fcaaff878398296894d366eaee192576bf6667d1 100755 (executable)
@@ -6,7 +6,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 2013-2016, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2013-2017, Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # This software is licensed as described in the file COPYING, which
 # you should have received as part of this distribution. The terms
@@ -47,6 +47,7 @@ fi
 git log $start..HEAD | \
 egrep -ai '(^Author|^Commit|by):' | \
 cut -d: -f2- | \
+cut '-d(' -f1 | \
 cut '-d<' -f1 | \
 tr , '\012' | \
 sed 's/ and /\n/' | \
index 6ca7e832ed27ad59753db05eac19ff19ebc59dd3..4d6d47a80e59c9a9fd63d7fdca1c4127b36d92ef 100755 (executable)
@@ -6,7 +6,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 2013-2016, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2013-2017, Daniel Stenberg, <daniel@haxx.se>, et al.
 #
 # This software is licensed as described in the file COPYING, which
 # you should have received as part of this distribution. The terms
@@ -38,6 +38,7 @@ cat ./docs/THANKS
 git log $start..HEAD | \
 egrep -ai '(^Author|^Commit|by):' | \
 cut -d: -f2- | \
+cut '-d(' -f1 | \
 cut '-d<' -f1 | \
 tr , '\012' | \
 sed 's/ and /\n/' | \