]> git.ipfire.org Git - thirdparty/git.git/commit - Documentation/git-config.txt
Doc: use `--type=bool` instead of `--bool`
authorMartin Ågren <martin.agren@gmail.com>
Wed, 19 Sep 2018 16:38:18 +0000 (18:38 +0200)
committerJunio C Hamano <gitster@pobox.com>
Thu, 20 Sep 2018 18:52:40 +0000 (11:52 -0700)
commited3bb3dfc72c14492d00531395799194630f3669
tree961274fa1ebfc57c8b2d7b2b54906f5904388a22
parent2d3b1c576c85b7f5db1f418907af00ab88e0c303
Doc: use `--type=bool` instead of `--bool`

After fb0dc3bac1 (builtin/config.c: support `--type=<type>` as preferred
alias for `--<type>`, 2018-04-18) we have a more modern way of spelling
`--bool`.

Update all instances except those that explicitly document the
"historical options" in git-config.txt. The other old-style
type-specifiers already seem to be gone except for in that list of
historical options.

Tweak the grammar a little in config.txt while we are there.

Signed-off-by: Martin Ågren <martin.agren@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt
Documentation/git-config.txt
Documentation/git.txt