From 79608cdc169b5da7ddcfa70fd5faf1e1e399d2f7 Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 10 Dec 2018 14:30:14 +0100 Subject: AUTHORS: auto-generate from commit log I tend to forget to update the AUTHORS file with new contributors. Let's automate it and extract the contributors from the commit log. Manually mention people how have contributed in other ways (bug reports, documentation etc.) or how had commits in the previousl, no longer existing repository. Script based on https://github.com/cilium/cilium/blob/master/contrib/scripts/extract_authors.sh Signed-off-by: Tobias Klauser --- Misc | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'Misc') diff --git a/Misc b/Misc index c65c26b..1bfaebd 100644 --- a/Misc +++ b/Misc @@ -17,6 +17,13 @@ people: log: $(GIT_LOG) +authors: + $(Q)echo "The following people, in alphabetical order, have authored" > AUTHORS + $(Q)echo "commits in the netsniff-ng repository:" >> AUTHORS + $(Q)echo "" >> AUTHORS + $(Q)contrib/extract-authors.sh >> AUTHORS + $(Q)cat .authors.aux >> AUTHORS + announcement: $(Q)echo -e " *** BLURB HERE (general bits, optional) ***\n\n---\n" > .MAIL_MSG $(Q)echo -e "netsniff-ng $(VERSION_SHORT) ($(NAME)) has been released to the public.\n" >> .MAIL_MSG -- cgit v1.2.3-54-g00ecf