equal
deleted
inserted
replaced
591 proper.name if proper.name else commit.name, |
591 proper.name if proper.name else commit.name, |
592 proper.email if proper.email else commit.email, |
592 proper.email if proper.email else commit.email, |
593 ) |
593 ) |
594 |
594 |
595 |
595 |
596 _correctauthorformat = remod.compile(br'^[^<]+\s\<[^<>]+@[^<>]+\>$') |
596 _correctauthorformat = remod.compile(br'^[^<]+\s<[^<>]+@[^<>]+>$') |
597 |
597 |
598 |
598 |
599 def isauthorwellformed(author): |
599 def isauthorwellformed(author): |
600 '''Return True if the author field is well formed |
600 '''Return True if the author field is well formed |
601 (ie "Contributor Name <contrib@email.dom>") |
601 (ie "Contributor Name <contrib@email.dom>") |