Gentoo Archives: gentoo-commits

From: Sebastian Pipping <sping@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/userinfo-scripts:master commit in: /
Date: Thu, 23 May 2013 23:42:01
Message-Id: 1369352535.3e54c68309bf3fd9dbc24279fcdcdf31bab41394.sping@gentoo
1 commit: 3e54c68309bf3fd9dbc24279fcdcdf31bab41394
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Thu May 23 23:42:15 2013 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Thu May 23 23:42:15 2013 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/userinfo-scripts.git;a=commit;h=3e54c683
7
8 Remove a stray space in the identity map
9
10 ---
11 git-identity-map.py | 2 +-
12 1 files changed, 1 insertions(+), 1 deletions(-)
13
14 diff --git a/git-identity-map.py b/git-identity-map.py
15 index 6826834..2bf1bfb 100755
16 --- a/git-identity-map.py
17 +++ b/git-identity-map.py
18 @@ -36,7 +36,7 @@ _external_contributors_spam_protected = {
19 'fridrik': ('Federico Fissore', 'federico', 'fissore.org'),
20 'frquadrat': ('Frank-Ralph Reiser', 'frank.ralph.reiser', 'gmail.com'),
21 'geki': ('Han Meyer-Thurow', 'h.mth', 'web.de'),
22 - 'gnu_andrew': (' Andrew John Hughes', 'gnu_andrew', 'member.fsf.org'),
23 + 'gnu_andrew': ('Andrew John Hughes', 'gnu_andrew', 'member.fsf.org'),
24 'hey_neken': ('Mikel Olasgasti', 'hey_neken', 'mundurat.net'),
25 'jieryn': ('Jesse Farinacci', 'jieryn', ' gmail.com'),
26 'kasun': ('Kasun Gajasinghe', 'kasunbg', 'gmail.com'),