From mboxrd@z Thu Jan 1 00:00:00 1970 From: john at keeping.me.uk (John Keeping) Date: Fri, 26 Aug 2016 16:12:32 -0400 Subject: [PATCH 2/3] Remove angle brackets from {author,committer}_email Message-ID: <897cd694-fcb4-ccc7-52c5-14d41218641f@bnl.gov> This matches the internal representation in libgit.a, so it will make it much easier to use Git's mailmap code. The change in ui-atom.c isn't strictly necessary since the code copes with email addresses both with and without angle brackets, but it's a nice simplification since we know that the email address will always be provided in the correct form. Signed-off-by: John Keeping Signed-off-by: Jason A. Smith --- filter.c | 10 +++++++++- parsing.c | 6 +----- ui-atom.c | 13 +------------ ui-commit.c | 6 ++++-- 4 files changed, 15 insertions(+), 20 deletions(-) -------------- next part -------------- A non-text attachment was scrubbed... Name: 0002-Remove-angle-brackets-from-author-committer-_email.patch Type: text/x-patch Size: 2932 bytes Desc: not available URL: