The placement of this looked *really* wrong, as mailmap is not *that*
important to most of the commands.
Initially I wondered if this should be better done inside existing
git_log_config(). I suspect that the reason you didn't do so is because
you would want to use this also in blame, which is not part of the log
family, and does not use git_log_config() (nor it should).
Which probably means that the code can stay here (it is just two strcmp
and assignment to a pointer variable), but also suggests that log.mailmap
is perhaps misnamed.
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html