From: Daniel Stenberg Date: Fri, 8 Nov 2019 08:45:58 +0000 (+0100) Subject: scripts/contributors: make committers get included too X-Git-Tag: curl-7_68_0~188 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=58f7ec1639917fc644014f7f81a0b554f7405ab7;p=thirdparty%2Fcurl.git scripts/contributors: make committers get included too in addition to authors --- diff --git a/scripts/contributors.sh b/scripts/contributors.sh index d37c1199e3..a826595c92 100755 --- a/scripts/contributors.sh +++ b/scripts/contributors.sh @@ -6,7 +6,7 @@ # | (__| |_| | _ <| |___ # \___|\___/|_| \_\_____| # -# Copyright (C) 2013-2018, Daniel Stenberg, , et al. +# Copyright (C) 2013-2019, Daniel Stenberg, , 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 | \