aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/diff-options.txt
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2023-10-30 07:09:55 +0900
committerJunio C Hamano <gitster@pobox.com>2023-10-30 07:09:55 +0900
commit8183b63ff6a9c7eec5555e51e127e712efb64704 (patch)
tree0021e183d84e4359b66485a9d74c951a93ab9264 /Documentation/diff-options.txt
parent2e8e77cbac8ac17f94eee2087187fa1718e38b14 (diff)
parentf0a39ba5047151a1bac5e79afcaa877afa0143b3 (diff)
downloadgit-8183b63ff6a9c7eec5555e51e127e712efb64704.tar.gz
Merge branch 'sn/typo-grammo-phraso-fixes'
Many typos, ungrammatical sentences and wrong phrasing have been fixed. * sn/typo-grammo-phraso-fixes: t/README: fix multi-prerequisite example doc/gitk: s/sticked/stuck/ git-jump: admit to passing merge mode args to ls-files doc/diff-options: improve wording of the log.diffMerges mention doc: fix some typos, grammar and wording issues
Diffstat (limited to 'Documentation/diff-options.txt')
-rw-r--r--Documentation/diff-options.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/diff-options.txt b/Documentation/diff-options.txt
index 1a75c28bca..53ec3c9a34 100644
--- a/Documentation/diff-options.txt
+++ b/Documentation/diff-options.txt
@@ -76,7 +76,7 @@ off, none::
+
on, m::
Make diff output for merge commits to be shown in the default
- format. The default format could be changed using
+ format. The default format can be changed using
`log.diffMerges` configuration variable, whose default value
is `separate`.
+
@@ -314,7 +314,7 @@ ifndef::git-format-patch[]
-z::
ifdef::git-log[]
- Separate the commits with NULs instead of with new newlines.
+ Separate the commits with NULs instead of newlines.
+
Also, when `--raw` or `--numstat` has been given, do not munge
pathnames and use NULs as output field terminators.