Fixed handling of weird author e-mails.
commit48e0acd6fb0f27a3ffb6996ecab9b0c5c00ec606
authorHeikki Hokkanen <hoxu@users.sf.net>
Thu, 14 Jan 2010 15:53:42 +0000 (14 17:53 +0200)
committerHeikki Hokkanen <hoxu@users.sf.net>
Thu, 14 Jan 2010 15:53:42 +0000 (14 17:53 +0200)
tree8796a662736645c5993b0b70fd7c1697af51fab7
parentd4ae9a07a53a8b58770a6a46956f77210ea4af13
Fixed handling of weird author e-mails.

Commit e5fc428ecf3b23ed6b1a640bbddff9a59b251969 broke for linux-2.6 repository
for example, so we make a little bit more effort in handling weird e-mail
addresses. The linux-2.6 repository contains quite a few of these, some can be
found with the following command:

git rev-list --pretty=format:"%H %an <%aE>" HEAD | grep -v ^commit |grep -v '@'
gitstats