gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] [gnurl] 87/173: contri*.sh: cut off parentheses from names


From: gnunet
Subject: [GNUnet-SVN] [gnurl] 87/173: contri*.sh: cut off parentheses from names too
Date: Fri, 24 Feb 2017 14:01:49 +0100

This is an automated email from the git hooks/post-receive script.

ng0 pushed a commit to annotated tag gnurl-7.53.1
in repository gnurl.

commit 40e3d6c8c21ef2f8e64c1eddb22740c9f1a6cd99
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Jan 20 17:10:08 2017 +0100

    contri*.sh: cut off parentheses from names too
---
 scripts/contributors.sh | 3 ++-
 scripts/contrithanks.sh | 3 ++-
 2 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/scripts/contributors.sh b/scripts/contributors.sh
index d62baade6..fcaaff878 100755
--- a/scripts/contributors.sh
+++ b/scripts/contributors.sh
@@ -6,7 +6,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 2013-2016, Daniel Stenberg, <address@hidden>, et al.
+# Copyright (C) 2013-2017, Daniel Stenberg, <address@hidden>, 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/' | \
diff --git a/scripts/contrithanks.sh b/scripts/contrithanks.sh
index 6ca7e832e..4d6d47a80 100755
--- a/scripts/contrithanks.sh
+++ b/scripts/contrithanks.sh
@@ -6,7 +6,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 2013-2016, Daniel Stenberg, <address@hidden>, et al.
+# Copyright (C) 2013-2017, Daniel Stenberg, <address@hidden>, 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/' | \

-- 
To stop receiving notification emails like this one, please contact
address@hidden



reply via email to

[Prev in Thread] Current Thread [Next in Thread]