You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hudi.apache.org by vb...@apache.org on 2019/09/19 07:18:00 UTC

[incubator-hudi] branch master updated: Fix mailmap to allow mapping of defunct emailIds to active emailIds

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

vbalaji pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 69ca45b  Fix  mailmap to allow mapping of defunct emailIds to active emailIds
69ca45b is described below

commit 69ca45b2da0f1791d4d8f049726a31ba3d90dcd7
Author: Balaji Varadarajan <va...@uber.com>
AuthorDate: Thu Sep 19 00:15:08 2019 -0700

    Fix  mailmap to allow mapping of defunct emailIds to active emailIds
---
 .mailmap | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/.mailmap b/.mailmap
index 6649e81..4af48f1 100644
--- a/.mailmap
+++ b/.mailmap
@@ -1,6 +1,6 @@
 # See https://github.com/git/git/blob/master/Documentation/mailmap.txt for syntax
 #vinoth's uber email and personal email mapping to apache
-<vi...@uber.com> <vi...@apache.org>
-<vi...@bytearray.io> <vi...@apache.org>
+<vi...@apache.org> <vi...@uber.com>
+<vi...@apache.org> <vi...@bytearray.io>
 # Prasanna's uber email mapping to active email
-<pr...@uber.com> <pr...@gmail.com>
+<pr...@gmail.com> <pr...@uber.com>