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: Sun, 22 Jun 2014 23:26:58
Message-Id: 1403479580.619ec580f4c89fb1e46b92d53342e339a32fbab8.sping@gentoo
1 commit: 619ec580f4c89fb1e46b92d53342e339a32fbab8
2 Author: Sebastian Pipping <sebastian <AT> pipping <DOT> org>
3 AuthorDate: Sun Jun 22 23:26:19 2014 +0000
4 Commit: Sebastian Pipping <sping <AT> gentoo <DOT> org>
5 CommitDate: Sun Jun 22 23:26:20 2014 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/userinfo-scripts.git;a=commit;h=619ec580
7
8 Map CHTEKK to chtekk
9
10 Used in uppercase in SVN overlay "proj/vps"
11
12 ---
13 git-identity-map.py | 3 +++
14 1 file changed, 3 insertions(+)
15
16 diff --git a/git-identity-map.py b/git-identity-map.py
17 index abbcb8e..50dbdfe 100755
18 --- a/git-identity-map.py
19 +++ b/git-identity-map.py
20 @@ -12,6 +12,9 @@ _PAST_GENTOO_ACCOUNT, _CHAT_OR_LOCAL_ONLY = range(2)
21
22
23 _past_nicknames_for = {
24 + 'chtekk': (
25 + ('CHTEKK', _CHAT_OR_LOCAL_ONLY),
26 + ),
27 'chithanh': (
28 ('chithead', _CHAT_OR_LOCAL_ONLY),
29 ),