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_ou

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

2012-12-11 Thread Junio C Hamano
Antoine Pelisse writes: > Use the mailmap information to display the correct > username and email address in all log commands. > > Signed-off-by: Antoine Pelisse > --- > pretty.c | 46 +++--- > 1 file changed, 31 insertions(+), 15 deletions(-) > > diff --

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

2012-12-11 Thread Antoine Pelisse
Use the mailmap information to display the correct username and email address in all log commands. Signed-off-by: Antoine Pelisse --- pretty.c | 46 +++--- 1 file changed, 31 insertions(+), 15 deletions(-) diff --git a/pretty.c b/pretty.c index 6730add..e