]> git.ipfire.org Git - thirdparty/git.git/commit
docs: clarify file options in git-config `--edit`
authorBrian Lyles <brianmlyles@gmail.com>
Sat, 16 Mar 2024 05:01:24 +0000 (00:01 -0500)
committerJunio C Hamano <gitster@pobox.com>
Sat, 16 Mar 2024 16:52:10 +0000 (09:52 -0700)
commit7823a5120356ed655febe7c0378669baa0da1d4e
tree7e567bf6450aed92cd9b1eac9c37f3d9a8c84b4f
parent3c2a3fdc388747b9eaf4a4a4f2035c1c9ddb26d0
docs: clarify file options in git-config `--edit`

The description for the `-e`/`--edit` option references scopes
inconsistently: system and global are referenced by their option name
(`--system`/`--global`), but repository (`--local` is not. Additionally,
neither `--worktree` nor `--file` are referenced at all, despite also
being a valid options.

Update the description to mention all four available scopes as well as
`--file`, referencing each consistently by their option name.

Signed-off-by: Brian Lyles <brianmlyles@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/git-config.txt