The AUTHORS file included in releases contains some duplicated or incorrect information; having a mailmap file will make sure future ones wont't suffer from the same issue.
Signed-off-by: Andrea Bolognani <[email protected]> --- .mailmap | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 .mailmap diff --git a/.mailmap b/.mailmap new file mode 100644 index 0000000..9a35b7c --- /dev/null +++ b/.mailmap @@ -0,0 +1,9 @@ +# 'git shortlog --help' and look for mailmap for the format of each line + +# Email consolidation: +# <Preferred address in AUTHORS> <other alias used by same author> +<[email protected]> <[email protected]> + +# Name consolidation: +# Preferred author spelling <preferred email> +Daniel P. Berrangé <[email protected]> -- 2.17.1 -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
