Show More
@@ -300,7 +300,7 b' def mapname(mailmap, author):' | |||||
300 | if not isauthorwellformed(author) or not mailmap: |
|
300 | if not isauthorwellformed(author) or not mailmap: | |
301 | return author |
|
301 | return author | |
302 |
|
302 | |||
303 |
# Turn the user name into a mailmap |
|
303 | # Turn the user name into a mailmapping | |
304 | commit = mailmapping(name=person(author), email=email(author)) |
|
304 | commit = mailmapping(name=person(author), email=email(author)) | |
305 |
|
305 | |||
306 | try: |
|
306 | try: |
General Comments 0
You need to be logged in to leave comments.
Login now