commit:     619ec580f4c89fb1e46b92d53342e339a32fbab8
Author:     Sebastian Pipping <sebastian <AT> pipping <DOT> org>
AuthorDate: Sun Jun 22 23:26:19 2014 +0000
Commit:     Sebastian Pipping <sping <AT> gentoo <DOT> org>
CommitDate: Sun Jun 22 23:26:20 2014 +0000
URL:        
http://git.overlays.gentoo.org/gitweb/?p=proj/userinfo-scripts.git;a=commit;h=619ec580

Map CHTEKK to chtekk

Used in uppercase in SVN overlay "proj/vps"

---
 git-identity-map.py | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/git-identity-map.py b/git-identity-map.py
index abbcb8e..50dbdfe 100755
--- a/git-identity-map.py
+++ b/git-identity-map.py
@@ -12,6 +12,9 @@ _PAST_GENTOO_ACCOUNT, _CHAT_OR_LOCAL_ONLY = range(2)
 
 
 _past_nicknames_for = {
+       'chtekk': (
+               ('CHTEKK', _CHAT_OR_LOCAL_ONLY),
+       ),
        'chithanh': (
                ('chithead', _CHAT_OR_LOCAL_ONLY),
        ),

Reply via email to