On Sat, Feb 13, 2016 at 03:24:14PM +0100, larsxschnei...@gmail.com wrote: > From: Lars Schneider <larsxschnei...@gmail.com> > > Helped-by: Jeff King <p...@peff.net> > Signed-off-by: Lars Schneider <larsxschnei...@gmail.com> > --- > Documentation/git-config.txt | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/Documentation/git-config.txt b/Documentation/git-config.txt > index 2608ca7..59b1c95 100644 > --- a/Documentation/git-config.txt > +++ b/Documentation/git-config.txt > @@ -219,7 +219,9 @@ See also <<FILES>>. > > --[no-]includes:: > Respect `include.*` directives in config files when looking up > - values. Defaults to on. > + values. Defaults to off when reading a specific config file > + (e.g. via `--file` or via `--local` etc.), and to on when > + generically reading all config.
Hmph. I wondered why you were confused about this the other day, when I checked my Documentation/git-config.txt and found that yes, we do indeed document this behavior. I did not realize then that my patch from: http://article.gmane.org/gmane.comp.version-control.git/262641 was never picked up (but of course I've been carrying it in my tree for a year). I guess maybe you found it, given the similarity of the wording. I mildly prefer the wording and formatting of my original, but I am OK either way. :) -Peff -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html