~alpine/devel

apk-tools: add .mailmap to consolidate git shortlog v1 PROPOSED

Robert Hencke: 1
 apk-tools: add .mailmap to consolidate git shortlog

 1 files changed, 5 insertions(+), 0 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/devel/patches/1197/mbox | git am -3
Learn more about email & git

[alpine-devel] [PATCH] apk-tools: add .mailmap to consolidate git shortlog Export this patch

Consolidate author information, so that tools like 'git shortlog' show
a single entry for each author.
---
 .mailmap | 5 +++++
 1 file changed, 5 insertions(+)
 create mode 100644 .mailmap
diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..e427a4d
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,5 @@
A. Wilcox <AWilcox@Wilcox-Tech.com>
Natanael Copa <ncopa@alpinelinux.org> <natanael.copa@gmail.com>
Natanael Copa <ncopa@alpinelinux.org> <ncopa@ncopa-laptop.localdomain>
Natanael Copa <ncopa@alpinelinux.org> <ncopa@alpine-netbook.(none)>
Timo Teräs <timo.teras@iki.fi>
-- 
2.18.0



---
Unsubscribe:  alpine-devel+unsubscribe@lists.alpinelinux.org
Help:         alpine-devel+help@lists.alpinelinux.org
---