URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=ea062976b8d6421a09afde16fb8ec6174f61cb60
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
ea06297 by Peter Wu (peter@xxxxxxxxxxxxx):
tools/generate_authors.pl: avoid duplicates
Officially, the local part of an email address is case sensitive, but in
practice this is ignored. Ensure that duplicate email addresses are not
listed.
While at it, detect duplicates using `grep -Po '<\K[^>]+' AUTHORS |
tr '[:upper:]' '[:lower:]' | sort | uniq -cd` and resolve them.
Change-Id: Ie1e853d6253758c8454d9583f0a11f317c8390cb
Reviewed-on: https://code.wireshark.org/review/14659
Reviewed-by: Peter Wu <peter@xxxxxxxxxxxxx>
Petri-Dish: Peter Wu <peter@xxxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from 99878b6 NAS EPS: upgrade dissector to v13.5.0
adds ea06297 tools/generate_authors.pl: avoid duplicates
Summary of changes:
AUTHORS | 8 +-------
AUTHORS.src | 5 +----
tools/generate_authors.pl | 14 +++++++-------
3 files changed, 9 insertions(+), 18 deletions(-)