]> git.ipfire.org Git - thirdparty/git.git/commit
Merge branch 'ac/log-use-mailmap-by-default-transition'
authorJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 20:59:22 +0000 (13:59 -0700)
committerJunio C Hamano <gitster@pobox.com>
Thu, 25 Jul 2019 20:59:22 +0000 (13:59 -0700)
commitc7cf2de8fcec29e1f834ca75a8468f91a0a37637
tree48c58e85cef3f6f10345db9ff6f139d3adb607ef
parentf87ee7fd47b180544b755c6e772edf74989bfabb
parentef60740e9efb364d8bb0fba120adecf860cc8ed0
Merge branch 'ac/log-use-mailmap-by-default-transition'

The "git log" command learns to issue a warning when log.mailmap
configuration is not set and --[no-]mailmap option is not used, to
prepare users for future versions of Git that uses the mailmap by
default.

* ac/log-use-mailmap-by-default-transition:
  tests: defang pager tests by explicitly disabling the log.mailmap warning
  documentation: mention --no-use-mailmap and log.mailmap false setting
  log: add warning for unspecified log.mailmap setting