@@ -381,7 +381,7 @@ false), while all other repositories are assumed to be bare (bare
381381core.worktree::
382382 Set the path to the root of the working tree.
383383 This can be overridden by the GIT_WORK_TREE environment
384- variable and the '--work-tree' command line option.
384+ variable and the '--work-tree' command- line option.
385385 The value can be an absolute path or relative to the path to
386386 the .git directory, which is either specified by --git-dir
387387 or GIT_DIR, or automatically discovered.
@@ -523,7 +523,7 @@ core.askpass::
523523 environment variable. If not set, fall back to the value of the
524524 'SSH_ASKPASS' environment variable or, failing that, a simple password
525525 prompt. The external program shall be given a suitable prompt as
526- command line argument and write the password on its STDOUT.
526+ command- line argument and write the password on its STDOUT.
527527
528528core.attributesfile::
529529 In addition to '.gitattributes' (per-directory) and
@@ -1324,7 +1324,7 @@ grep.extendedRegexp::
13241324gpg.program::
13251325 Use this custom program instead of "gpg" found on $PATH when
13261326 making or verifying a PGP signature. The program must support the
1327- same command line interface as GPG, namely, to verify a detached
1327+ same command- line interface as GPG, namely, to verify a detached
13281328 signature, "gpg --verify $file - <$signature" is run, and the
13291329 program is expected to signal a good signature by exiting with
13301330 code 0, and to generate an ascii-armored detached signature, the
@@ -2295,7 +2295,7 @@ status.submodulesummary::
22952295 submodules when `diff.ignoreSubmodules` is set to 'all' or only
22962296 for those submodules where `submodule.<name>.ignore=all`. To
22972297 also view the summary for ignored submodules you can either use
2298- the --ignore-submodules=dirty command line option or the 'git
2298+ the --ignore-submodules=dirty command- line option or the 'git
22992299 submodule summary' command, which shows a similar output but does
23002300 not honor these settings.
23012301
@@ -2317,7 +2317,7 @@ submodule.<name>.branch::
23172317submodule.<name>.fetchRecurseSubmodules::
23182318 This option can be used to control recursive fetching of this
23192319 submodule. It can be overridden by using the --[no-]recurse-submodules
2320- command line option to "git fetch" and "git pull".
2320+ command- line option to "git fetch" and "git pull".
23212321 This setting will override that from in the linkgit:gitmodules[5]
23222322 file.
23232323
0 commit comments