Skip to content

Commit

Permalink
Merge pull request #8 from eminence/update_mapping
Browse files Browse the repository at this point in the history
Add mapping for dignifiedquire
  • Loading branch information
RichardLitt committed Jan 7, 2016
2 parents 3fbc703 + bdb5085 commit 8fc0d45
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tools/get_commits.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,9 @@

name_map = {
('Jeromy', 'jeromyj@gmail.com'): 'Jeromy Johnson',
'juan@benet.ai': 'Juan Benet'
}
'juan@benet.ai': 'Juan Benet',
'dignifiedquire@gmail.com': 'Friedel Ziegelmayer',
}

def apply_name_map(name, email):
"Attempt to convert a name+email into a name"
Expand Down

0 comments on commit 8fc0d45

Please sign in to comment.