[Qemu-devel] [PULL 10/15] mailmap: Fix Reimar Döffinger name

Thomas Huth posted 15 patches 7 years ago
There is a newer version of this series
[Qemu-devel] [PULL 10/15] mailmap: Fix Reimar Döffinger name
Posted by Thomas Huth 7 years ago
From: Philippe Mathieu-Daudé <f4bug@amsat.org>

This probably happened when interpreting the utf8 name as latin1.

Fixes dbbaaff6867 and f4e94dfefb6.

Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Signed-off-by: Thomas Huth <thuth@redhat.com>
---
 .mailmap | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/.mailmap b/.mailmap
index 2c2b9b1..6f2ff22 100644
--- a/.mailmap
+++ b/.mailmap
@@ -33,5 +33,6 @@ Justin Terry (VM) <juterry@microsoft.com> Justin Terry (VM) via Qemu-devel <qemu
 
 
 # Also list preferred name forms where people have changed their
-# git author config
+# git author config, or having utf8/latin1 encoding issues.
 Daniel P. Berrangé <berrange@redhat.com>
+Reimar Döffinger <Reimar.Doeffinger@gmx.de>
-- 
1.8.3.1