
29 May
2015
29 May
'15
2:33 p.m.
On 05/29/2015 06:49 AM, Michal Privoznik wrote:
On 28.05.2015 22:58, Jim Fehlig wrote:
The generated AUTHORS file contains many duplicates. If an author has N commits, there will be N entries for the author in AUTHORS. Check if an author already exists in the list before appending. While at it, add a .mailmap (derived from libivrt's .mailmap) to futher tidy the generated AUTHORS list.
Signed-off-by: Jim Fehlig <jfehlig@suse.com> ---
V2: Add .mailmap. I started with libvirt's .mailmap and removed entries where there was no corresponding author in the libvirt-python repo.
.mailmap | 16 ++++++++++++++++ setup.py | 4 +++- 2 files changed, 19 insertions(+), 1 deletion(-) ACK and safe for freeze.
Thanks, pushed. Regards, Jim