$ git log --format=oneline --committer=kkoukiou | wc -l 3 Also set up the mailmap entry to avoid duplicates in the generated authors file.
Signed-off-by: Ján Tomko <[email protected]> --- .mailmap | 1 + AUTHORS.in | 1 + 2 files changed, 2 insertions(+) diff --git a/.mailmap b/.mailmap index 913395b89c..311a10a8e9 100644 --- a/.mailmap +++ b/.mailmap @@ -42,6 +42,7 @@ <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> +<[email protected]> <[email protected]> # Name consolidation: # Preferred author spelling <preferred email> diff --git a/AUTHORS.in b/AUTHORS.in index 62afa56e27..fbac54c48d 100644 --- a/AUTHORS.in +++ b/AUTHORS.in @@ -25,6 +25,7 @@ Ján Tomko <[email protected]> Jim Fehlig <[email protected]> Jiří Denemark <[email protected]> John Ferlan <[email protected]> +Katerina Koukiou <[email protected]> Laine Stump <[email protected]> Mark McLoughlin <[email protected]> Martin Kletzander <[email protected]> -- 2.16.1 -- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
