gnunet-svn
[Top][All Lists]
Advanced

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

[gnurl] 05/151: scripts/contributors: make committers get included too


From: gnunet
Subject: [gnurl] 05/151: scripts/contributors: make committers get included too
Date: Fri, 20 Dec 2019 14:25:14 +0100

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

ng0 pushed a commit to branch master
in repository gnurl.

commit 58f7ec1639917fc644014f7f81a0b554f7405ab7
Author: Daniel Stenberg <address@hidden>
AuthorDate: Fri Nov 8 09:45:58 2019 +0100

    scripts/contributors: make committers get included too
    
    in addition to authors
---
 scripts/contributors.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/contributors.sh b/scripts/contributors.sh
index d37c1199e..a826595c9 100755
--- a/scripts/contributors.sh
+++ b/scripts/contributors.sh
@@ -6,7 +6,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 2013-2018, Daniel Stenberg, <address@hidden>, et al.
+# Copyright (C) 2013-2019, 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
@@ -44,7 +44,7 @@ fi
 # sort all unique names
 # awk them into RELEASE-NOTES format
 (
-git log --use-mailmap $start..HEAD | \
+git log --pretty=full --use-mailmap $start..HEAD | \
 egrep -ai '(^Author|^Commit|by):' | \
 cut -d: -f2- | \
 cut '-d(' -f1 | \

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



reply via email to

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