Currently, one has to use `--login-maping` to map unknown logins. The better approach is to have a mapping available for emails. Not [`.mailmap`](https://git-scm.com/docs/gitmailmap), but something like ```properties some.email@example.org=exampleuser ```
Currently, one has to use
--login-mapingto map unknown logins.The better approach is to have a mapping available for emails. Not
.mailmap, but something likesome.email@example.org=exampleuser