From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id B345D1381F3 for ; Sun, 11 Nov 2012 20:59:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C4B1C21C008; Sun, 11 Nov 2012 20:59:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5149021C008 for ; Sun, 11 Nov 2012 20:59:32 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 64B7433D9A7 for ; Sun, 11 Nov 2012 20:59:31 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id CF9E7E5436 for ; Sun, 11 Nov 2012 20:59:28 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1352667513.215d6badc260d36237d309e4b4a6728b4f2eded0.sping@gentoo> Subject: [gentoo-commits] proj/userinfo-scripts:master commit in: / X-VCS-Repository: proj/userinfo-scripts X-VCS-Files: git-identity-map.py X-VCS-Directories: / X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 215d6badc260d36237d309e4b4a6728b4f2eded0 X-VCS-Branch: master Date: Sun, 11 Nov 2012 20:59:28 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 837d78f3-a9f7-4ae4-9958-5726843bc9c1 X-Archives-Hash: 5e3b80d3d28b8eca0730986c5cdccf82 commit: 215d6badc260d36237d309e4b4a6728b4f2eded0 Author: Sebastian Pipping pipping org> AuthorDate: Sun Nov 11 20:58:33 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun Nov 11 20:58:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/userinfo-scripts.git;a=commit;h=215d6bad Map zhllg to r0bertz --- git-identity-map.py | 4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/git-identity-map.py b/git-identity-map.py index 5611a4a..ec44adb 100755 --- a/git-identity-map.py +++ b/git-identity-map.py @@ -21,6 +21,9 @@ _past_nicknames_for = { 'stkn': ( ('aura', _CHAT_OR_LOCAL_ONLY), ), + 'r0bertz': ( + ('zhllg', _CHAT_OR_LOCAL_ONLY), + ) } @@ -32,7 +35,6 @@ _external_contributors = { 'tacvbo': ('Octavio Ruiz', 'tacvbo@tacvbo.net'), 'rambaldi': ('Rambaldi', 'rambaldi@xs4all.nl'), 'svoop': ('Sven Schwyn', 'gentoo@bitcetera.com'), - 'zhllg': ('Zhang Le', 'robert.zhangle@gmail.com'), }