diff options
author | Sebastian Pipping <sebastian@pipping.org> | 2014-06-15 21:00:40 +0200 |
---|---|---|
committer | Sebastian Pipping <sebastian@pipping.org> | 2014-06-15 21:00:40 +0200 |
commit | a13a207d8693ff2d02d2efb14d91fcc8813752b2 (patch) | |
tree | c81014f3903471568488c4794fb34d3bd9266c4c | |
parent | Remove a stray space in the identity map (diff) | |
download | userinfo-scripts-a13a207d8693ff2d02d2efb14d91fcc8813752b2.tar.gz userinfo-scripts-a13a207d8693ff2d02d2efb14d91fcc8813752b2.tar.bz2 userinfo-scripts-a13a207d8693ff2d02d2efb14d91fcc8813752b2.zip |
dirtyepic = rhill
-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 2bf1bfb..38ac404 100755 --- a/git-identity-map.py +++ b/git-identity-map.py @@ -15,6 +15,9 @@ _past_nicknames_for = { 'chithanh': ( ('chithead', _CHAT_OR_LOCAL_ONLY), ), + 'dirtyepic': ( + ('rhill', _PAST_GENTOO_ACCOUNT), + ), 'fauli': ( ('opfer', _PAST_GENTOO_ACCOUNT), ), |