##// END OF EJS Templates
ux: #4037 use gravatar for commit email and add tooltips for name + email
lisaq -
r412:c8bec9b7 default
parent child Browse files
Show More
@@ -788,6 +788,8 b' def discover_user(author):'
788 def email_or_none(author):
788 def email_or_none(author):
789 # extract email from the commit string
789 # extract email from the commit string
790 _email = author_email(author)
790 _email = author_email(author)
791 log.warning('email_or_none author: %s' % (author))
792 log.warning('email_or_none _email: %s' % (_email))
791
793
792 # If we have an email, use it, otherwise
794 # If we have an email, use it, otherwise
793 # see if it contains a username we can get an email from
795 # see if it contains a username we can get an email from
General Comments 0
You need to be logged in to leave comments. Login now