commit | dca83abde26eefab17ac0a11b1440f0a16b7fc72 | [log] [tgz] |
---|---|---|
author | Junio C Hamano <gitster@pobox.com> | Fri Apr 29 10:43:55 2016 -0700 |
committer | Junio C Hamano <gitster@pobox.com> | Wed May 04 15:58:51 2016 -0700 |
tree | c90dbe571f744638ae2bc84ea43d6a8cf76fa5d1 | |
parent | e46579643d56162299b1756b70d418005351b256 [diff] |
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>