summaryrefslogtreecommitdiff
path: root/MANIFEST
diff options
context:
space:
mode:
authorYves Orton <demerphq@gmail.com>2022-08-12 19:32:16 +0200
committerYves Orton <demerphq@gmail.com>2022-08-21 12:09:05 +0200
commit921bc9a5068bda5c083f97cd2fd08273db3870a9 (patch)
tree6a0a0f1cb5b51a345ca7e4f8d61d744833efc9c4 /MANIFEST
parent0c8b8acbba9e30e03cde562c748e41a06f9f210f (diff)
downloadperl-921bc9a5068bda5c083f97cd2fd08273db3870a9.tar.gz
updateAUTHORS.p[lm] - add exclusion support
This add a new file Porting/exclude_contrib.txt to hold a list of base64 SHA-256 digests of the user name and email who should be excluded. This adds the options --exclude-me --exclude-contrib=NAME_AND_EMAIL --exclude-missing to add exclusions in different ways. --exclude-me uses the git credentials for the current user, --exclude-contrib expects a name and email, and --exclude-missing excludes someone who is missing from the change log. When excluding someone their name will be removed from AUTHORS if it is already listed, and the relevant entries to .mailmap will be removed, and if necessary additional exclusion entries will be added for any of their old identities which were mentioned in .mailmap. This feature will be used in a later patch to resolve GH issue #20010.
Diffstat (limited to 'MANIFEST')
-rw-r--r--MANIFEST1
1 files changed, 1 insertions, 0 deletions
diff --git a/MANIFEST b/MANIFEST
index 949c7def87..0faaa44e6a 100644
--- a/MANIFEST
+++ b/MANIFEST
@@ -5413,6 +5413,7 @@ Porting/corelist-perldelta.pl Generates data perldelta from Module::CoreList
Porting/deparse-skips.txt List of test files to ignore/skip for deparse tests.
Porting/docs-team-charter.pod Perl Documentation Team charter
Porting/epigraphs.pod the release epigraphs used over the years
+Porting/exclude_contrib.txt Data about contributors that do not want to be listed in AUTHORS
Porting/exec-bit.txt List of files that get +x in release tarball
Porting/exercise_makedef.pl Brute force testing for makedef.pl
Porting/expand-macro.pl A tool to expand C macro definitions in the Perl source