On 11/05/17 10:10, Jeff King wrote: > 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@xxxxxxxx> > --- > Documentation/config.txt | 17 +++++++++++------ > 1 file changed, 11 insertions(+), 6 deletions(-) > > diff --git a/Documentation/config.txt b/Documentation/config.txt > index 475e874d5..d5a453ed3 100644 > --- a/Documentation/config.txt > +++ b/Documentation/config.txt > @@ -79,14 +79,20 @@ escape sequences) are invalid. > Includes > ~~~~~~~~ > > +The `include` and `includeIf` sections allow you include config s/you include/you to include/ ATB, Ramsay Jones