# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# 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
# 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 | \