> 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
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 --
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
3 matches
Mail list logo