File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 118
118
pattern, the include condition is met.
119
119
+
120
120
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
122
122
file (e.g. from submodules, or a linked worktree), the .git location
123
123
would be the final location where the .git directory is, not where the
124
124
.git file is.
Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ pack.indexVersion::
87
87
larger than 2 GB.
88
88
+
89
89
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")
91
91
that will copy both `*.pack` file and corresponding `*.idx` file from the
92
92
other side may give you a repository that cannot be accessed with your
93
93
older version of Git. If the `*.pack` file is smaller than 2 GB, however,
Original file line number Diff line number Diff line change @@ -62,7 +62,7 @@ of linkgit:git-status[1] and linkgit:git-commit[1].
62
62
63
63
status.submoduleSummary::
64
64
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
66
66
unlimited number), the submodule summary will be enabled and a
67
67
summary of commits for modified submodules will be shown (see
68
68
--summary-limit option of linkgit:git-submodule[1]). Please note
You can’t perform that action at this time.
0 commit comments