diff options
author | Junio C Hamano <gitster@pobox.com> | 2019-08-01 14:48:34 -0700 |
---|---|---|
committer | Junio C Hamano <gitster@pobox.com> | 2019-08-02 09:55:03 -0700 |
commit | f3eda90ffc10f9152e7492a34408a9f5e4c28b0f (patch) | |
tree | 3deaa1b8cc91d4fe1551913927a009cc67390b15 /Documentation | |
parent | log: flip the --mailmap default unconditionally (diff) | |
download | tgif-f3eda90ffc10f9152e7492a34408a9f5e4c28b0f.tar.xz |
log: really flip the --mailmap default
Update the docs, test the interaction between the new default,
configuration and command line option, in addition to actually
flipping the default.
Signed-off-by: Jonathan Nieder <jrnieder@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/config/log.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/config/log.txt b/Documentation/config/log.txt index 7798e10cb0..e9e1e397f3 100644 --- a/Documentation/config/log.txt +++ b/Documentation/config/log.txt @@ -41,4 +41,4 @@ log.showSignature:: log.mailmap:: If true, makes linkgit:git-log[1], linkgit:git-show[1], and linkgit:git-whatchanged[1] assume `--use-mailmap`, otherwise - assume `--no-use-mailmap`. False by default. + assume `--no-use-mailmap`. True by default. |