RE: [PATCH 7/7] remote-bzr, remote-hg: fix email address regular expression

2013-11-11 Thread Felipe Contreras
Richard Hansen wrote: > Before, strings like "foo@example.com" would be converted to > "foo. " when they should be "unknown > ". Indeed. Thanks. -- Felipe Contreras -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More ma

[PATCH 7/7] remote-bzr, remote-hg: fix email address regular expression

2013-11-10 Thread Richard Hansen
Before, strings like "foo@example.com" would be converted to "foo. " when they should be "unknown ". Signed-off-by: Richard Hansen --- contrib/remote-helpers/git-remote-bzr | 7 +++ contrib/remote-helpers/git-remote-hg | 7 +++ contrib/remote-helpers/test-hg.sh | 3 ++- 3 files