@@ -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
@@ -1332,7 +1332,7 @@ grep.extendedRegexp::
13321332gpg.program::
13331333 Use this custom program instead of "gpg" found on $PATH when
13341334 making or verifying a PGP signature. The program must support the
1335- same command line interface as GPG, namely, to verify a detached
1335+ same command- line interface as GPG, namely, to verify a detached
13361336 signature, "gpg --verify $file - <$signature" is run, and the
13371337 program is expected to signal a good signature by exiting with
13381338 code 0, and to generate an ascii-armored detached signature, the
@@ -2303,7 +2303,7 @@ status.submodulesummary::
23032303 submodules when `diff.ignoreSubmodules` is set to 'all' or only
23042304 for those submodules where `submodule.<name>.ignore=all`. To
23052305 also view the summary for ignored submodules you can either use
2306- the --ignore-submodules=dirty command line option or the 'git
2306+ the --ignore-submodules=dirty command- line option or the 'git
23072307 submodule summary' command, which shows a similar output but does
23082308 not honor these settings.
23092309
@@ -2325,7 +2325,7 @@ submodule.<name>.branch::
23252325submodule.<name>.fetchRecurseSubmodules::
23262326 This option can be used to control recursive fetching of this
23272327 submodule. It can be overridden by using the --[no-]recurse-submodules
2328- command line option to "git fetch" and "git pull".
2328+ command- line option to "git fetch" and "git pull".
23292329 This setting will override that from in the linkgit:gitmodules[5]
23302330 file.
23312331
0 commit comments