Configuring git log to use mailmap by default
git, git-log
Solution
I have Git 2.4.1. If you set `log.mailmap` config to true, that will set it to work with `git log` also
git config --global log.mailmap true
Problem
Is there a way to configure git log to use a mailmap file by default? Without having to specify a format (or an alias for one).