Skip to content

Commit

Permalink
Merge branch 'bl/doc-config-fixes'
Browse files Browse the repository at this point in the history
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`
  • Loading branch information
gitster committed Mar 25, 2024
2 parents 0cb25d1 + 86f9ce7 commit b58cc6a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Documentation/git-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
-------------
Expand Down

0 comments on commit b58cc6a

Please sign in to comment.