docs/config: clarify include/includeIf relationship
commit9d71d94d34fb3d3bb206ab9d5dbe08eb529ca729
authorJeff King <peff@peff.net>
Thu, 11 May 2017 09:10:47 +0000 (11 05:10 -0400)
committerJunio C Hamano <gitster@pobox.com>
Fri, 12 May 2017 01:06:56 +0000 (12 10:06 +0900)
tree7915cff35ea43c426152543e443f1b0af7e6aa37
parentb06d3643105c8758ed019125a4399cb7efdcce2c
docs/config: clarify include/includeIf relationship

The "includeIf" directives behave exactly like include ones,
except they only kick in when the conditional is true. That
was mentioned in the "conditional" section, but let's make
it more clear for the whole "includes" section, since people
don't necessarily read the documentation top to bottom.

Signed-off-by: Jeff King <peff@peff.net>
Reviewed-by: Ævar Arnfjörð Bjarmason <avarab@gmail.com>
Signed-off-by: Junio C Hamano <gitster@pobox.com>
Documentation/config.txt