Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.kernel.org/pub/scm/git/git.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2019-08-02 00:48:34 +0300
committerJunio C Hamano <gitster@pobox.com>2019-08-02 19:55:03 +0300
commitf3eda90ffc10f9152e7492a34408a9f5e4c28b0f (patch)
tree3deaa1b8cc91d4fe1551913927a009cc67390b15 /Documentation
parent7ed20f596bde016ba199b82747108a431368f15a (diff)
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.txt2
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.