Skip to content

v0.7.3

Compare
Choose a tag to compare
@bluekeyes bluekeyes released this 06 May 03:29
· 8 commits to master since this release
a00d2cc

Improvements

  • Accept invalid (according to RFC 5322) email addresses in From: lines of mail-formatted patches (#44)
  • More closely follow Git's logic when parsing identities with ParsePatchIdentity (#44)
    • Extract email addresses even when they do not appear in angle brackets
    • Consider content that appears after the email address as part of the name
    • Unquote escaped characters in quoted strings and RFC 5322 comments
    • Normalize runs of white space in names to single space characters