commit | 753a2cda11c4bfb51184acd474e9bdfa051f9895 | [log] [tgz] |
---|---|---|
author | Jeff King <peff@peff.net> | Mon Jan 19 14:58:47 2015 -0500 |
committer | Junio C Hamano <gitster@pobox.com> | Sat Feb 13 12:51:31 2016 -0800 |
tree | 65c221b1c60d8dbb1fb55fe6f0f610c8d5508c72 | |
parent | 9b25a0b52e09400719366f0a33d0d0da98bbf7b0 [diff] |
git-config: better document default behavior for `--include` As described in the commit message of 9b25a0b (config: add include directive, 2012-02-06), the `--include` option is only on by default in some cases. But our documentation described it as just "defaults to on", which doesn't tell the whole story. Signed-off-by: Jeff King <peff@peff.net> Signed-off-by: Junio C Hamano <gitster@pobox.com>