Respect include.* directives by default.

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

View file

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