This is an automated email from the ASF dual-hosted git repository.

ptuomola pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/fineract.git


The following commit(s) were added to refs/heads/develop by this push:
     new 4bbc0ee  add .mailmap
4bbc0ee is described below

commit 4bbc0ee3a76fd867b71d3f7fb35569d0be14b56f
Author: Michael Vorburger <[email protected]>
AuthorDate: Sat Oct 17 14:13:52 2020 +0200

    add .mailmap
---
 .mailmap     | 22 ++++++++++++++++++++++
 build.gradle |  1 +
 2 files changed, 23 insertions(+)

diff --git a/.mailmap b/.mailmap
new file mode 100644
index 0000000..4155b15
--- /dev/null
+++ b/.mailmap
@@ -0,0 +1,22 @@
+# .mailmap unifies differences in commit names and emails, and shortens 
committers' names.
+# .mailmap format is a bit weird, e.g. 
https://github.com/sympy/sympy/wiki/Using-.mailmap explains it.
+# .mailmap official doc is on 
https://git-scm.com/docs/git-shortlog#_mapping_authors
+#
+# Running `git log --format='%an <%ae>' | sort -u` -VS- `git log --format='%aN 
<%aE>' | sort -u` best illustrates what this does.
+# It's useful e.g. in `git log` or `git shortlog --numbered --email 
--no-merges 1.4.0..HEAD` et al.
+
+Michael <[email protected]>
+Michael <[email protected]> Michael Vorburger ⛑️  <[email protected]>
+Petri <[email protected]>
+Petri <[email protected]> Petri Tuomola <[email protected]>
+Renovate <[email protected]>
+Aleks <[email protected]>
+Aleks <[email protected]> Aleksandar Vidakovic 
<[email protected]>
+Aleks <[email protected]> Aleksandar Vidakovic <[email protected]>
+Manthan <[email protected]>
+Manthan <[email protected]> Manthan Surkar 
<[email protected]>
+Chinmay <[email protected]>
+Chinmay <[email protected]> Grandolf49 <[email protected]>
+Chinmay <[email protected]> Chinmay Kulkarni 
<[email protected]>
+Vincent Fuchs <[email protected]>
+Vincent Fuchs <[email protected]> Vincent Fuchs <[email protected]>
diff --git a/build.gradle b/build.gradle
index 70e1476..27ace8d 100644
--- a/build.gradle
+++ b/build.gradle
@@ -328,6 +328,7 @@ allprojects  {
             '**/out/**',
             // Git build info
             "**/git.properties",
+            ".mailmap",
         ]
     }
 }

Reply via email to