1
0
Fork 0
mirror of https://github.com/git/git.git synced 2024-04-28 16:55:09 +02:00

Merge branch 'bl/doc-config-fixes'

A few typoes in "git config --help" have been corrected.

* bl/doc-config-fixes:
  docs: fix typo in git-config `--default`
  docs: clarify file options in git-config `--edit`
This commit is contained in:
Junio C Hamano 2024-03-25 16:16:35 -07:00
commit b58cc6aa5d

View File

@ -275,7 +275,8 @@ Valid `<type>`'s include:
-e::
--edit::
Opens an editor to modify the specified config file; either
`--system`, `--global`, or repository (default).
`--system`, `--global`, `--local` (default), `--worktree`, or
`--file <config-file>`.
--[no-]includes::
Respect `include.*` directives in config files when looking up
@ -285,7 +286,7 @@ Valid `<type>`'s include:
--default <value>::
When using `--get`, and the requested variable is not found, behave as if
<value> were the value assigned to the that variable.
<value> were the value assigned to that variable.
CONFIGURATION
-------------