Skip to content

Commit 0cac690

Browse files
newrengitster
authored andcommitted
documentation: add missing hyphens
Diff best viewed with --color-diff. Signed-off-by: Elijah Newren <[email protected]> Signed-off-by: Junio C Hamano <[email protected]>
1 parent f22fdf3 commit 0cac690

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

Documentation/config.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ are:
118118
pattern, the include condition is met.
119119
+
120120
The .git location may be auto-discovered, or come from `$GIT_DIR`
121-
environment variable. If the repository is auto discovered via a .git
121+
environment variable. If the repository is auto-discovered via a .git
122122
file (e.g. from submodules, or a linked worktree), the .git location
123123
would be the final location where the .git directory is, not where the
124124
.git file is.

Documentation/config/pack.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ pack.indexVersion::
8787
larger than 2 GB.
8888
+
8989
If you have an old Git that does not understand the version 2 `*.idx` file,
90-
cloning or fetching over a non native protocol (e.g. "http")
90+
cloning or fetching over a non-native protocol (e.g. "http")
9191
that will copy both `*.pack` file and corresponding `*.idx` file from the
9292
other side may give you a repository that cannot be accessed with your
9393
older version of Git. If the `*.pack` file is smaller than 2 GB, however,

Documentation/config/status.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ of linkgit:git-status[1] and linkgit:git-commit[1].
6262

6363
status.submoduleSummary::
6464
Defaults to false.
65-
If this is set to a non zero number or true (identical to -1 or an
65+
If this is set to a non-zero number or true (identical to -1 or an
6666
unlimited number), the submodule summary will be enabled and a
6767
summary of commits for modified submodules will be shown (see
6868
--summary-limit option of linkgit:git-submodule[1]). Please note

0 commit comments

Comments
 (0)