Merge branch 'nd/conditional-config-include' into next
authorJunio C Hamano <gitster@pobox.com>
Fri, 17 Mar 2017 20:54:15 +0000 (13:54 -0700)
committerJunio C Hamano <gitster@pobox.com>
Fri, 17 Mar 2017 20:54:15 +0000 (13:54 -0700)
commit788a931e393c349e7bad68f403bc4619e9c0f48c
tree1ec1b2f93947d95c14ae07b0feb18daf19f3b979
parentd62602e5ae9cbb781f6012323bb3921d979de3ea
parent3efd0bedc6625a6b194c1f6e5f1b7aa7d8b7e6bb
Merge branch 'nd/conditional-config-include' into next

The configuration file learned a new "includeIf.<condition>.path"
that includes the contents of the given path only when the
condition holds.  This allows you to say "include this work-related
bit only in the repositories under my ~/work/ directory".

* nd/conditional-config-include:
  config: add conditional include
  config.txt: reflow the second include.path paragraph
  config.txt: clarify multiple key values in include.path
Documentation/config.txt
config.c