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 1SR3uT-0003hL-Dq for garchives@archives.gentoo.org; Sun, 06 May 2012 16:02:14 +0000 Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79658E0774; Sun, 6 May 2012 16:02:02 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) by pigeon.gentoo.org (Postfix) with ESMTP id 45FD0E0774 for ; Sun, 6 May 2012 16:02:02 +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 B5E661B4032 for ; Sun, 6 May 2012 16:02:01 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id 80123E5402 for ; Sun, 6 May 2012 16:02:00 +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: <1336320071.dc071122068cf445d9e1aeaf78573641f42df8d1.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: dc071122068cf445d9e1aeaf78573641f42df8d1 X-VCS-Branch: master Date: Sun, 6 May 2012 16:02:00 +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: 8c4da582-d249-4d98-ba5b-00e808f2877f X-Archives-Hash: 4e4d2cab082fecd0f8e6aa5bf3f385d9 commit: dc071122068cf445d9e1aeaf78573641f42df8d1 Author: Sebastian Pipping pipping org> AuthorDate: Sun May 6 16:01:11 2012 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sun May 6 16:01:11 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=3Dproj/userinfo-scri= pts.git;a=3Dcommit;h=3Ddc071122 Do not re-write the past, requested by ulm --- git-identity-map.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/git-identity-map.py b/git-identity-map.py index 8025097..2f8aee4 100755 --- a/git-identity-map.py +++ b/git-identity-map.py @@ -32,7 +32,7 @@ def main(args): produce_line(svn_nick, realname, svn_nick) =20 if svn_nick =3D=3D 'fauli': - produce_line('opfer', realname, svn_nick) + produce_line('opfer', realname, 'opfer') =20 return 0 =20