]> git.ipfire.org Git - thirdparty/curl.git/commitdiff
scripts/contributors: make committers get included too
authorDaniel Stenberg <daniel@haxx.se>
Fri, 8 Nov 2019 08:45:58 +0000 (09:45 +0100)
committerDaniel Stenberg <daniel@haxx.se>
Fri, 8 Nov 2019 08:45:58 +0000 (09:45 +0100)
in addition to authors

scripts/contributors.sh

index d37c1199e3409e9ccf25f5329e7bbdbd5595a613..a826595c92ab2aee2347e5a13c5138db4838c9b1 100755 (executable)
@@ -6,7 +6,7 @@
 #                            | (__| |_| |  _ <| |___
 #                             \___|\___/|_| \_\_____|
 #
-# Copyright (C) 2013-2018, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 2013-2019, 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
@@ -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 | \