config: describe 'pathname' value type
commitdca83abde26eefab17ac0a11b1440f0a16b7fc72
authorJunio C Hamano <gitster@pobox.com>
Fri, 29 Apr 2016 17:43:55 +0000 (29 10:43 -0700)
committerJunio C Hamano <gitster@pobox.com>
Wed, 4 May 2016 22:58:51 +0000 (4 15:58 -0700)
treec90dbe571f744638ae2bc84ea43d6a8cf76fa5d1
parente46579643d56162299b1756b70d418005351b256
config: describe 'pathname' value type

We have a dedicated section for various value-types used in the
configuration variables already, because we needed to describe how
booleans and scaled integers can be spelled, and the pathname type
would fit there.

Adjust the description of `include.path`, `core.excludesFile` and
`commit.template` variables slightly to clarify that these variables
are of this type.

Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt