diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2014-06-23 01:26:19 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2014-06-23 01:26:20 +0200 |
commit | 619ec580f4c89fb1e46b92d53342e339a32fbab8 (patch) | |
tree | 65929c566bf57f9ba06b12d2e85df34eb00c6d3b | |
parent | Add SVN user "vcover" (diff) | |
download | userinfo-scripts-619ec580f4c89fb1e46b92d53342e339a32fbab8.tar.gz userinfo-scripts-619ec580f4c89fb1e46b92d53342e339a32fbab8.tar.bz2 userinfo-scripts-619ec580f4c89fb1e46b92d53342e339a32fbab8.zip |
Map CHTEKK to chtekk
Used in uppercase in SVN overlay "proj/vps"
-rwxr-xr-x | git-identity-map.py | 3 |
1 files changed, 3 insertions, 0 deletions
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), ), |