From: "Sebastian Pipping" <sping@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] proj/userinfo-scripts:master commit in: /
Date: Tue, 7 May 2013 00:41:48 +0000 (UTC) [thread overview]
Message-ID: <1367887320.bd00636d418ac8526a0001ce9decdec9cc5f7d45.sping@gentoo> (raw)
commit: bd00636d418ac8526a0001ce9decdec9cc5f7d45
Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Tue May 7 00:42:00 2013 +0000
Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Tue May 7 00:42:00 2013 +0000
URL: http://git.overlays.gentoo.org/gitweb/?p=proj/userinfo-scripts.git;a=commit;h=bd00636d
Add (supposed) java contributors
---
git-identity-map.py | 29 +++++++++++++++++++++++++++++
1 files changed, 29 insertions(+), 0 deletions(-)
diff --git a/git-identity-map.py b/git-identity-map.py
index e39dd2b..6826834 100755
--- a/git-identity-map.py
+++ b/git-identity-map.py
@@ -28,13 +28,33 @@ _past_nicknames_for = {
_external_contributors_spam_protected = {
+ 'belanger': ('Mathieu Belanger', 'b747xx', 'gmail.com'),
'caratorn': ('Charles Clément', 'caratorn', 'gmail.com'),
+ 'chewi': ('James Le Cuirot', 'chewi', 'aura-online.co.uk'),
+ 'codestr0m': ('Christopher Bergström', 'codestr0m', 'osunix.org'),
+ 'damkor': ('damkor', 'damkor', 'hotmail.com'),
+ 'fridrik': ('Federico Fissore', 'federico', 'fissore.org'),
'frquadrat': ('Frank-Ralph Reiser', 'frank.ralph.reiser', 'gmail.com'),
+ 'geki': ('Han Meyer-Thurow', 'h.mth', 'web.de'),
+ 'gnu_andrew': (' Andrew John Hughes', 'gnu_andrew', 'member.fsf.org'),
'hey_neken': ('Mikel Olasgasti', 'hey_neken', 'mundurat.net'),
+ 'jieryn': ('Jesse Farinacci', 'jieryn', ' gmail.com'),
+ 'kasun': ('Kasun Gajasinghe', 'kasunbg', 'gmail.com'),
+ 'kiorky': ('Mathieu Pasquet', 'kiorky', 'cryptelium.net'),
+ 'kylepan': ('Jiale Pan', 'kyle.j.pan', 'gmail.com'),
'mellen': ('Tais M. Hansen', 'mellen', 'osd.dk'),
+ 'MvG': ('Martin von Gagern', 'Martin.vGagern', 'gmx.net'),
+ 'obeliks': ('Bernhard Frauendienst', 'gentoo', 'obeliks.de'),
+ 'obsidian': ('William Thomson', 'wlt', 'obsidian-studios.com'),
+ 'otih': ('Fabian Fingerle', 'fabian', 'datensalat.eu'),
'tacvbo': ('Octavio Ruiz', 'tacvbo', 'tacvbo.net'),
'rambaldi': ('Rambaldi', 'rambaldi', 'xs4all.nl'),
+ 'sattvik': ('Solano Gomez', 'gentoo', 'sattvik.com'),
+ 'slonopotamus': ('Marat Radchenko', 'marat', 'slonopotamus.org'),
'svoop': ('Sven Schwyn', 'gentoo', 'bitcetera.com'),
+ 'techgurufloyd': ('Jacob Floyd', 'techgurufloyd', 'gmail.com'),
+ 'unlord': ('Nathan Egge', 'nathanegge', 'yahoo.com'),
+ 'weisso': ('Mike Weissman', 'mike', 'weisso.com'),
}
_external_contributors = dict([
@@ -43,6 +63,15 @@ _external_contributors = dict([
in _external_contributors_spam_protected.items()
])
+_contributor_aliases = {
+ 'MvG': ('mvg', ),
+ 'obsidian': ('wltjr', ),
+}
+
+for source, targets in _contributor_aliases.items():
+ for target in targets:
+ _external_contributors[target] = _external_contributors[source]
+
def _produce_line(svn_nick, realname, address):
line = '%s = %s <%s>' % (svn_nick, realname, address)
next reply other threads:[~2013-05-07 0:41 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-05-07 0:41 Sebastian Pipping [this message]
-- strict thread matches above, loose matches on Subject: below --
2014-07-12 18:22 [gentoo-commits] proj/userinfo-scripts:master commit in: / Sebastian Pipping
2014-07-12 18:22 Sebastian Pipping
2014-06-22 23:26 Sebastian Pipping
2014-06-22 22:14 Sebastian Pipping
2014-06-15 19:00 Sebastian Pipping
2013-05-23 23:41 Sebastian Pipping
2013-05-07 0:41 Sebastian Pipping
2012-11-11 20:59 Sebastian Pipping
2012-11-11 17:55 Sebastian Pipping
2012-11-11 17:55 Sebastian Pipping
2012-05-06 16:17 Sebastian Pipping
2012-05-06 16:02 Sebastian Pipping
2012-05-06 15:32 Sebastian Pipping
2012-05-06 15:32 Sebastian Pipping
2012-03-25 0:47 Sebastian Pipping
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1367887320.bd00636d418ac8526a0001ce9decdec9cc5f7d45.sping@gentoo \
--to=sping@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox