check if author usernames are email addresses
dpocock opened this issue · comments
Daniel Pocock commented
In some SVN repositories (e.g. Google Code) the author usernames in SVN are full email addresses.
Sometimes they are the user part of gmail addresses.
We should try to detect these cases and if they are valid addresses (maybe using a regex) then the value on the right hand side of the equals sign should be wrapped in angle brackets
Harsh Daftary commented
I am free this weekend, so I can work on this issue. Let me know.