Hi Eric, > Thanks for researching this! ACK and applied.
Thanks. > Now a followup question - in AUTHORS, you are listed as Gerd von Egidy, > but in this commit, your authorship is Gerd v. Egidy. Which do you > prefer, and I'll update .mailmap and possibly AUTHORS (it makes it so > that 'git shortlog' will bundle all commits by you under a single > listing of your preferred spelling). You seem to care about crediting your contributors - nice. I think I should consolidate all my email addresses an git default configs, but until that is done you can apply the attached patch. Kind regards, Gerd
>From 8468b95af1117b0ee2608aee2e53a40c424d0317 Mon Sep 17 00:00:00 2001 From: Gerd von Egidy <[email protected]> Date: Mon, 30 Jul 2012 10:35:25 +0200 Subject: [PATCH] AUTHORS & mailmap: consolidate names and emails for Gerd von Egidy --- .mailmap | 4 ++++ AUTHORS | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/.mailmap b/.mailmap index 9b0209e..8a56ca4 100644 --- a/.mailmap +++ b/.mailmap @@ -30,6 +30,8 @@ <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> <[email protected]> +<[email protected]> <[email protected]> +<[email protected]> <[email protected]> # Name consolidation: # Preferred author spelling <preferred email> @@ -37,3 +39,5 @@ Alex Jia <[email protected]> Royce Lv <[email protected]> Daniel J Walsh <[email protected]> Ján Tomko <[email protected]> +Ján Tomko <[email protected]> +Gerd von Egidy <[email protected]> diff --git a/AUTHORS b/AUTHORS index 6607a1a..e3eadbf 100644 --- a/AUTHORS +++ b/AUTHORS @@ -71,7 +71,7 @@ Patches have also been contributed by: Chris Wright <[email protected]> Ben Guthro <[email protected]> Shigeki Sakamoto <[email protected]> - Gerd von Egidy <[email protected]> + Gerd von Egidy <[email protected]> Itamar Heim <[email protected]> Markus Armbruster <[email protected]> Ryota Ozaki <[email protected]> -- 1.7.10.4
-- libvir-list mailing list [email protected] https://www.redhat.com/mailman/listinfo/libvir-list
