This leads to information being lost when others do arc patch because the name is used as the email address.
For example:
username = Richard van Velzen
Would give:
'authorName' => null, 'authorEmail' => 'Richard van Velzen'
Differential D9605
Don't parse mercurial usernames without email address as an email address richardvanvelzen on Jun 17 2014, 6:32 PM. Authored by Tags None Referenced Files
Subscribers
Details
This leads to information being lost when others do arc patch because the name is used as the email address. For example: username = Richard van Velzen Would give: 'authorName' => null, 'authorEmail' => 'Richard van Velzen' ran it through my head a couple of times, and tested it with the common options which all gave the expected result: 'rvanvelzen@company.com', 'Richard van Velzen', 'Richard van Velzen <rvanvelzen@company.com>', 'Richard van Velzen rvanvelzen@company.com',
Diff Detail
Event TimelineComment Actions Closed by commit rARC680ec3670cd9 (authored by @richardvanvelzen, committed by @epriestley). |