commit | 80c622c49c22e6d303856b8cb916b5fd0da86712 | [log] [tgz] |
---|---|---|
author | Marc Strapetz <marc.strapetz@syntevo.com> | Thu Aug 19 15:34:44 2010 +0200 |
committer | Marc Strapetz <marc.strapetz@syntevo.com> | Thu Aug 26 12:58:03 2010 +0200 |
tree | d430984eb4582368a360b316656832491e1db18c | |
parent | 6517a7c923e012ea4b3d9f2497122d9c64dbdd5e [diff] |
Fix parsing of multiple authors in PersonIdent. PersonIdent should be parsable for an invalid commit which contains multiple authors, like "A <a@a.org>, B <b@b.org>". PersonIdent(String) constructor now delegates to RawParseUtils.parsePersonIdent(). Change-Id: Ie9798d36d9ecfcc0094ca795f5a44b003136eaf7