Respect include.* directives by default.

This commit is contained in:
Kevin Maris 2016-10-07 10:52:01 -06:00 committed by Matt Clay
parent ea05c56a41
commit 0d8ceefd48

View file

@ -158,7 +158,7 @@ def main():
else:
new_value = None
args = [git_path, "config"]
args = [git_path, "config", "--includes"]
if params['list_all']:
args.append('-l')
if scope: