Re: [PATCH 5/5] log: Add --use-mailmap option

2012-12-12 Thread Antoine Pelisse
On Tue, Dec 11, 2012 at 11:21 PM, Antoine Pelisse apeli...@gmail.com wrote: Add the --use-mailmap option to log commands. It allows to display names from mailmap file when displaying logs, whatever the format used. The question is which log commands actually ? Shouldn't we put the option in

Re: [PATCH 5/5] log: Add --use-mailmap option

2012-12-12 Thread Junio C Hamano
Antoine Pelisse apeli...@gmail.com writes: On Tue, Dec 11, 2012 at 11:21 PM, Antoine Pelisse apeli...@gmail.com wrote: Add the --use-mailmap option to log commands. It allows to display names from mailmap file when displaying logs, whatever the format used. The question is which log

[PATCH 5/5] log: Add --use-mailmap option

2012-12-11 Thread Antoine Pelisse
Add the --use-mailmap option to log commands. It allows to display names from mailmap file when displaying logs, whatever the format used. Signed-off-by: Antoine Pelisse apeli...@gmail.com --- builtin/log.c | 9 - 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/builtin/log.c