diff mbox series

[17/25] documentation: add missing hyphens

Message ID db943adfe9442c5e33a91fa59f572f8638e49fe3.1696747529.git.gitgitgadget@gmail.com (mailing list archive)
State Accepted
Commit 0cac690e1ac5e26ecf2dba0c53ac3824425446b5
Headers show
Series Documentation fixes | expand

Commit Message

Elijah Newren Oct. 8, 2023, 6:45 a.m. UTC
From: Elijah Newren <newren@gmail.com>

Diff best viewed with --color-diff.

Signed-off-by: Elijah Newren <newren@gmail.com>
---
 Documentation/config.txt        | 2 +-
 Documentation/config/pack.txt   | 2 +-
 Documentation/config/status.txt | 2 +-
 3 files changed, 3 insertions(+), 3 deletions(-)
diff mbox series

Patch

diff --git a/Documentation/config.txt b/Documentation/config.txt
index 99affec5a01..b1dba1ae853 100644
--- a/Documentation/config.txt
+++ b/Documentation/config.txt
@@ -118,7 +118,7 @@  are:
 	pattern, the include condition is met.
 +
 The .git location may be auto-discovered, or come from `$GIT_DIR`
-environment variable. If the repository is auto discovered via a .git
+environment variable. If the repository is auto-discovered via a .git
 file (e.g. from submodules, or a linked worktree), the .git location
 would be the final location where the .git directory is, not where the
 .git file is.
diff --git a/Documentation/config/pack.txt b/Documentation/config/pack.txt
index 6308f21e03d..f50df9dbce8 100644
--- a/Documentation/config/pack.txt
+++ b/Documentation/config/pack.txt
@@ -87,7 +87,7 @@  pack.indexVersion::
 	larger than 2 GB.
 +
 If you have an old Git that does not understand the version 2 `*.idx` file,
-cloning or fetching over a non native protocol (e.g. "http")
+cloning or fetching over a non-native protocol (e.g. "http")
 that will copy both `*.pack` file and corresponding `*.idx` file from the
 other side may give you a repository that cannot be accessed with your
 older version of Git. If the `*.pack` file is smaller than 2 GB, however,
diff --git a/Documentation/config/status.txt b/Documentation/config/status.txt
index f0336938cbc..2ff8237f8fc 100644
--- a/Documentation/config/status.txt
+++ b/Documentation/config/status.txt
@@ -62,7 +62,7 @@  of linkgit:git-status[1] and linkgit:git-commit[1].
 
 status.submoduleSummary::
 	Defaults to false.
-	If this is set to a non zero number or true (identical to -1 or an
+	If this is set to a non-zero number or true (identical to -1 or an
 	unlimited number), the submodule summary will be enabled and a
 	summary of commits for modified submodules will be shown (see
 	--summary-limit option of linkgit:git-submodule[1]). Please note