[PATCH 2/3] Remove angle brackets from {author,committer}_email

2017-02-25 Thread Jason A. Smith
From: John Keeping 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

[PATCH 0/3] Add support for git's mailmap.

2017-02-25 Thread Jason A. Smith
Sorry, I was using imap-send and used attachments to keep my thunderbird mail client from line-wrapping the patches. Jason A. Smith (1): Add support for git's mailmap. John Keeping (2): filter: introduce cgit_open_email_filter() wrapper Remove angle brackets from {author,committer}_email

[PATCH 1/3] filter: introduce cgit_open_email_filter() wrapper

2017-02-25 Thread Jason A. Smith
From: John Keeping We provide email addresses to the email filter surrounded by angle brackets, but we will soon remove these in our internal representation. Introduce a wrapper so that we only have to add them in one place. Signed-off-by: John Keeping

Re: [PATCH 1/3] filter: introduce cgit_open_email_filter() wrapper

2017-02-25 Thread Jason A. Donenfeld
Can you resubmit this series as a normal git-send-email situation? Very hard to review as attachments like this. Thanks, Jason ___ CGit mailing list CGit@lists.zx2c4.com https://lists.zx2c4.com/mailman/listinfo/cgit