templates: fix deprecated type option `--bool`
authorLucius Hu <redacted>
Sun, 19 Jan 2020 22:53:32 +0000 (22:53 +0000)
committerJunio C Hamano <redacted>
Tue, 21 Jan 2020 22:11:20 +0000 (14:11 -0800)
commit81e3db42f3212a8e441e4ecee9a2928921cb9045
tree795b28ae5a2638e9c9ba723cfc09ca1d4d41e131
parenta7312d1a28ff3ab0a5a5427b35f01d943103cba8
templates: fix deprecated type option `--bool`

The `--bool` option to `git-config` is marked as historical, and users are
recommended to use `--type=bool` instead. This commit replaces all occurrences
of `--bool` in the templates.

Also note that, no other deprecated type options are found, including `--int`,
`--bool-or-int`, `--path`, or `--expiry-date`.

Signed-off-by: Lucius Hu <redacted>
Signed-off-by: Junio C Hamano <redacted>
templates/hooks--pre-commit.sample
templates/hooks--update.sample
git clone https://git.99rst.org/PROJECT