aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorJunio C Hamano <gitster@pobox.com>2024-03-01 14:38:54 -0800
committerJunio C Hamano <gitster@pobox.com>2024-03-01 14:38:54 -0800
commitaf88fbd9490f66b0f8e97438e72638a1d16cebd1 (patch)
treeb0e73bc8a23b730eb133681044dc3e9fe774e5b8 /Documentation/config
parent90c0c15e56fa761ae8c4cf5f5fe09b329c0a5dc5 (diff)
parentabab32a613bca1ffe70f2d992e929182c8b99c4e (diff)
downloadgit-af88fbd9490f66b0f8e97438e72638a1d16cebd1.tar.gz
Merge branch 'ja/docfixes' into HEAD
Doc update. * ja/docfixes: doc: end sentences with full-stop doc: close unclosed angle-bracket of a placeholder in git-clone doc doc: git-rev-parse: enforce command-line description syntax
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/diff.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config/diff.txt b/Documentation/config/diff.txt
index bd5ae0c337..6c7e09a1ef 100644
--- a/Documentation/config/diff.txt
+++ b/Documentation/config/diff.txt
@@ -223,5 +223,5 @@ diff.colorMoved::
diff.colorMovedWS::
When moved lines are colored using e.g. the `diff.colorMoved` setting,
- this option controls the `<mode>` how spaces are treated
- for details of valid modes see '--color-moved-ws' in linkgit:git-diff[1].
+ this option controls the `<mode>` how spaces are treated.
+ For details of valid modes see '--color-moved-ws' in linkgit:git-diff[1].