[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v3 18/19] .mailmap: Display correct email address for Stefan Weil
From: |
Philippe Mathieu-Daudé |
Subject: |
[PATCH v3 18/19] .mailmap: Display correct email address for Stefan Weil |
Date: |
Thu, 2 Jul 2020 19:38:17 +0200 |
Fix Stefan Weil email address in the following commit:
$ git log --author='stefan@kiwi.(none)' --oneline
f880defbb0 block/vpc: Fix size calculation
Also unify his email in the following commits:
$ git log --author='weil@mail.berlios.de' --oneline | head
9e4dd565b4 vnc: Limit r/w access to size of allocated memory
657c166f8e qemu-iotests: README: Fix spelling
3b5fe6e60c qemu-iotests: add support for vdi format "static" option
c83f64d498 qemu-iotests: fix pattern for write test
7ef6d3dc39 block/vvfat: Remove unused code
ce137829e7 block/vvfat: Fix potential memory leaks and other memory errors
5354d08312 Fix mismatching allocation and deallocation
7f6f0ae5b9 tcg: Add some assertions
c0ad3001bf tcg: Add forward declarations for local functions
840f58617b tcg: Don't declare TCG_TARGET_REG_BITS in tcg-target.h
...
Cc: Stefan Weil <sw@weilnetz.de>
Reviewed-by: Markus Armbruster <armbru@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
---
.mailmap | 3 +++
1 file changed, 3 insertions(+)
diff --git a/.mailmap b/.mailmap
index 67f7d5caf2..f5ca5aa37e 100644
--- a/.mailmap
+++ b/.mailmap
@@ -156,6 +156,9 @@ Shin'ichiro Kawasaki <kawasaki@juno.dti.ne.jp>
Shin'ichiro Kawasaki <shinichiro.kawasaki@wdc.com>
Sochin Jiang <sochin.jiang@huawei.com>
Stefan Berger <stefanb@linux.ibm.com> <Stefan Berger
stefanb@linux.vnet.ibm.com>
+Stefan Weil <sw@weilnetz.de> <stefan@kiwi.(none)>
+Stefan Weil <sw@weilnetz.de> <stefan@weilnetz.de>
+Stefan Weil <sw@weilnetz.de> <weil@mail.berlios.de>
Takashi Yoshii <takasi-y@ops.dti.ne.jp>
Thomas Huth <thuth@redhat.com>
Thomas Knych <thomaswk@google.com>
--
2.21.3
- [PATCH v3 12/19] .mailmap: Display Marek Dolata name properly, (continued)
- [PATCH v3 12/19] .mailmap: Display Marek Dolata name properly, Philippe Mathieu-Daudé, 2020/07/02
- [PATCH v3 14/19] .mailmap: Display correct email address for Michael Tokarev, Philippe Mathieu-Daudé, 2020/07/02
- [PATCH v3 11/19] .mailmap: Display Lili Huang name correctly, Philippe Mathieu-Daudé, 2020/07/02
- [PATCH v3 13/19] .mailmap: Display correct email address for Michael S. Tsirkin, Philippe Mathieu-Daudé, 2020/07/02
- [PATCH v3 17/19] .mailmap: Display correct email address for Stefan Berger, Philippe Mathieu-Daudé, 2020/07/02
- [PATCH v3 15/19] .mailmap: Display correct email address for Peter Maydell, Philippe Mathieu-Daudé, 2020/07/02
- [PATCH v3 16/19] .mailmap: Display correct email address for Richard Henderson, Philippe Mathieu-Daudé, 2020/07/02
- [PATCH v3 19/19] .mailmap: Display Ying Fang name correctly, Philippe Mathieu-Daudé, 2020/07/02
- [PATCH v3 18/19] .mailmap: Display correct email address for Stefan Weil,
Philippe Mathieu-Daudé <=
- Re: [PATCH v3 00/19] mailmap: Add more entries to sanitize 'git log' output, no-reply, 2020/07/02