summaryrefslogtreecommitdiff
path: root/Documentation/config/log.txt
diff options
context:
space:
mode:
authorSergey Organov <sorganov@gmail.com>2022-09-14 19:31:02 (GMT)
committerJunio C Hamano <gitster@pobox.com>2022-09-16 16:21:44 (GMT)
commitc34a6bd291d5bfe2bec22d1c5441f8712306a527 (patch)
tree941133510e4ede92d80c73633cc3cbdaa69b0893 /Documentation/config/log.txt
parent563005ecbf552b1be5f632a049ed6cd4fd6aa4e2 (diff)
downloadgit-c34a6bd291d5bfe2bec22d1c5441f8712306a527.zip
git-c34a6bd291d5bfe2bec22d1c5441f8712306a527.tar.gz
git-c34a6bd291d5bfe2bec22d1c5441f8712306a527.tar.bz2
diff-merges: clarify log.diffMerges documentation
Signed-off-by: Sergey Organov <sorganov@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config/log.txt')
-rw-r--r--Documentation/config/log.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/config/log.txt b/Documentation/config/log.txt
index bc63bc3..5f96cf8 100644
--- a/Documentation/config/log.txt
+++ b/Documentation/config/log.txt
@@ -34,9 +34,9 @@ log.excludeDecoration::
option.
log.diffMerges::
- Set default diff format to be used for merge commits. See
- `--diff-merges` in linkgit:git-log[1] for details.
- Defaults to `separate`.
+ Set diff format to be used when `--diff-merges=on` is
+ specified, see `--diff-merges` in linkgit:git-log[1] for
+ details. Defaults to `separate`.
log.follow::
If `true`, `git log` will act as if the `--follow` option was used when