]> git.ipfire.org Git - thirdparty/git.git/commit
log: give --[no-]use-mailmap a more sensible synonym --[no-]mailmap
authorJunio C Hamano <gitster@pobox.com>
Mon, 16 Mar 2020 20:30:38 +0000 (13:30 -0700)
committerJunio C Hamano <gitster@pobox.com>
Mon, 16 Mar 2020 21:27:07 +0000 (14:27 -0700)
commit88acccda38602bd420274cee6501efb3204a8fa9
tree3e75e1315b8d0d91fb30da15107bf82a57feaff2
parentc28b036fe3701b8aac214e94994ee806ba49ec9a
log: give --[no-]use-mailmap a more sensible synonym --[no-]mailmap

The option name "--use-mailmap" looks OK, but it becomes awkward
when you have to negate it, i.e. "--no-use-mailmap".  I, perhaps
with many other users, always try "--no-mailmap" and become unhappy
to see it fail.

Add an alias "--[no-]mailmap" to remedy this.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-log.txt
builtin/log.c