From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from pigeon.gentoo.org ([208.92.234.80] helo=lists.gentoo.org) by finch.gentoo.org with esmtp (Exim 4.60) (envelope-from ) id 1SR3SQ-0008O8-Ja for garchives@archives.gentoo.org; Sun, 06 May 2012 15:33:11 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 945A5E07FE; Sun, 6 May 2012 15:32:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 664AFE07FE for ; Sun, 6 May 2012 15:32:38 +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 9D4F31B405A for ; Sun, 6 May 2012 15:32:37 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 68079E542C for ; Sun, 6 May 2012 15:32:36 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1336318293.3182aec4221cf3f2a471ecf587c5abfa6ae725af.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: 3182aec4221cf3f2a471ecf587c5abfa6ae725af X-VCS-Branch: master Date: Sun, 6 May 2012 15:32:36 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: quoted-printable X-Archives-Salt: 64ac5e1d-cdb2-4a7c-a738-4fcbc855e177 X-Archives-Hash: 96ea31c329e7dcb6284148a5f961bce3 commit: 3182aec4221cf3f2a471ecf587c5abfa6ae725af Author: Sebastian Pipping pipping org> AuthorDate: Sun May 6 15:31:33 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun May 6 15:31:33 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/userinfo-scri= pts.git;a=3Dcommit;h=3D3182aec4 Add earlier nick "opfer" of fauli --- git-identity-map.py | 3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/git-identity-map.py b/git-identity-map.py index fd87158..8025097 100755 --- a/git-identity-map.py +++ b/git-identity-map.py @@ -31,6 +31,9 @@ def main(args): =20 produce_line(svn_nick, realname, svn_nick) =20 + if svn_nick =3D=3D 'fauli': + produce_line('opfer', realname, svn_nick) + return 0 =20 =20