Skip to content

Commit

Permalink
Merge branch 'jk/config-include'
Browse files Browse the repository at this point in the history
* jk/config-include:
  git-config: better document default behavior for `--include`
  • Loading branch information
Junio C Hamano committed Feb 22, 2016
2 parents d7145ef + 753a2cd commit 895f20d
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Documentation/git-config.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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 a specific file is given (e.g.,
using `--file`, `--global`, etc) and `on` when searching all
config files.

[[FILES]]
FILES
Expand Down

0 comments on commit 895f20d

Please sign in to comment.