Re: [PATCH 4/5] pretty: Use mailmap to display username and email

2012-12-12 Thread Antoine Pelisse
Or it might be better to make those two strbufs output-only parameter, e.g. map_user(struct string_list *mailmap, const char *name, size_t namelen, const char *mail, size_t maillen, struct strbuf *name_out, struct strbuf *mail_out);

Re: [PATCH 4/5] pretty: Use mailmap to display username and email

2012-12-11 Thread Junio C Hamano
Antoine Pelisse apeli...@gmail.com writes: Use the mailmap information to display the correct username and email address in all log commands. Signed-off-by: Antoine Pelisse apeli...@gmail.com --- pretty.c | 46 +++--- 1 file changed, 31