summaryrefslogtreecommitdiffstats
path: root/scripts/update-authors.sh
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/update-authors.sh')
-rwxr-xr-xscripts/update-authors.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/update-authors.sh b/scripts/update-authors.sh
index fe1d857..a2ddc27 100755
--- a/scripts/update-authors.sh
+++ b/scripts/update-authors.sh
@@ -15,7 +15,7 @@ TEMP_FILE="$(mktemp AUTHORS.XXXXXXXXXX)"
# drop all names from the current file
sed '/^People who contributed commits to our Git repo are/q' "${AUTHORS_FILE}" > "${TEMP_FILE}"
# append to the new file
-git log --format="%aN <%aE>" | sort -u | git check-mailmap --stdin | sort -u >> "${TEMP_FILE}"
+git log --no-show-signature --format="%aN <%aE>" | sort -u | git check-mailmap --stdin | sort -u >> "${TEMP_FILE}"
echo '' >> "${TEMP_FILE}"
echo 'Knot Resolver source tree also bundles code and content published by:' >> "${TEMP_FILE}"