On 12/6/19 1:24 PM, Laszlo Ersek wrote:
On 12/06/19 12:24, Philippe Mathieu-Daudé wrote:
The .mailmap git feature helps fixing commit mistakes (in name/email).
The easiest way to use it is with the --use-mailmap flag:
$ git log --use-mailmap
See:
* https://git-scm.com/docs/git-shortlog#_ma
On 12/06/19 12:24, Philippe Mathieu-Daudé wrote:
> The .mailmap git feature helps fixing commit mistakes (in name/email).
>
> The easiest way to use it is with the --use-mailmap flag:
>
> $ git log --use-mailmap
>
> See:
> * https://git-scm.com/docs/git-shortlog#_mapping_authors
> * https://gi
The .mailmap git feature helps fixing commit mistakes (in name/email).
The easiest way to use it is with the --use-mailmap flag:
$ git log --use-mailmap
See:
* https://git-scm.com/docs/git-shortlog#_mapping_authors
* https://git-scm.com/docs/git-check-mailmap#_mapping_authors
Signed-off-by: P