URL: https://code.wireshark.org/review/gitweb?p=wireshark.git;a=commit;h=8435145b1fe1bcdc93bc48e26346739e9962686f
Submitter: Michael Mann (mmann78@xxxxxxxxxxxx)
Changed: branch: master
Repository: wireshark
Commits:
8435145 by Michael Mann (mmann78@xxxxxxxxxxxx):
Create perl script to append existing AUTHORS file with information from git log.
new AUTHORS file can be created with "gen-authors" build parameter
The "original" AUTHORS file has been fixed up to be kind to parsers (so no one gets excluded) and renamed to AUTHORS.src. This preserves the features authors worked on. For authors that didn't list features, they may be converted to just getting information from git.
Change-Id: I9a4c4091e229f7f5e1c46d864527a98c1278e451
Reviewed-on: https://code.wireshark.org/review/14231
Petri-Dish: Michael Mann <mmann78@xxxxxxxxxxxx>
Tested-by: Petri Dish Buildbot <buildbot-no-reply@xxxxxxxxxxxxx>
Reviewed-by: Michael Mann <mmann78@xxxxxxxxxxxx>
Actions performed:
from b70d1d7 GTPv2 bearer resource command message conversation fix
adds 8435145 Create perl script to append existing AUTHORS file with information from git log.
Summary of changes:
AUTHORS | 348 ++++++++++++++++++++++++++++++++++++++++++---
AUTHORS => AUTHORS.src | 31 ++--
CMakeLists.txt | 8 ++
Makefile.am | 5 +
tools/generate_authors.pl | 197 +++++++++++++++++++++++++
5 files changed, 558 insertions(+), 31 deletions(-)
copy AUTHORS => AUTHORS.src (99%)
create mode 100644 tools/generate_authors.pl