aboutsummaryrefslogtreecommitdiffstats
path: root/Documentation/config
diff options
context:
space:
mode:
authorElijah Newren <newren@gmail.com>2023-10-08 06:45:21 +0000
committerJunio C Hamano <gitster@pobox.com>2023-10-09 12:06:29 -0700
commitf4e1851a291f550b16b16f0b265b5b15976b8533 (patch)
tree3e0f0f0ec61d4e1da014e97ce81cd04c5605a3e4 /Documentation/config
parent9a9fd289cc81a3bb69eb2b4e11db27509e0eb515 (diff)
downloadgit-f4e1851a291f550b16b16f0b265b5b15976b8533.tar.gz
documentation: fix punctuation
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <newren@gmail.com> Signed-off-by: Junio C Hamano <gitster@pobox.com>
Diffstat (limited to 'Documentation/config')
-rw-r--r--Documentation/config/format.txt2
-rw-r--r--Documentation/config/fsck.txt2
2 files changed, 2 insertions, 2 deletions
diff --git a/Documentation/config/format.txt b/Documentation/config/format.txt
index 8cf6f00d93..c98412b697 100644
--- a/Documentation/config/format.txt
+++ b/Documentation/config/format.txt
@@ -68,7 +68,7 @@ format.encodeEmailHeaders::
Defaults to true.
format.pretty::
- The default pretty format for log/show/whatchanged command,
+ The default pretty format for log/show/whatchanged command.
See linkgit:git-log[1], linkgit:git-show[1],
linkgit:git-whatchanged[1].
diff --git a/Documentation/config/fsck.txt b/Documentation/config/fsck.txt
index 5711416106..2384c8c94d 100644
--- a/Documentation/config/fsck.txt
+++ b/Documentation/config/fsck.txt
@@ -62,7 +62,7 @@ uniformly configure the same fsck settings in different circumstances
all three of them must be set to the same values.
+
Older versions of Git (before 2.20) documented that the object names
-list should be sorted. This was never a requirement, the object names
+list should be sorted. This was never a requirement; the object names
could appear in any order, but when reading the list we tracked whether
the list was sorted for the purposes of an internal binary search
implementation, which could save itself some work with an already sorted