]> git.ipfire.org Git - thirdparty/git.git/commit
log: flip the --mailmap default unconditionally
authorJunio C Hamano <gitster@pobox.com>
Thu, 1 Aug 2019 15:32:44 +0000 (08:32 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 1 Aug 2019 15:46:31 +0000 (08:46 -0700)
commit7ed20f596bde016ba199b82747108a431368f15a
tree20a90691f895efdd4a114b4c9dacc277ec8590ae
parentf36d08d72e7f68f880f8c1d7646cb3809c820485
log: flip the --mailmap default unconditionally

It turns out that being cautious to warn against upcoming default
change was an unpopular behaviour, and such a care can easily be
defeated by distro packagers to render it ineffective anyway.

Just flip the default, with only a mention in the release notes.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/RelNotes/2.23.0.txt
builtin/log.c
t/t7006-pager.sh