Respect include.* directives by default.

pull/18777/head
Kevin Maris 8 years ago committed by Matt Clay
parent ea05c56a41
commit 0d8ceefd48

@ -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:

Loading…
Cancel
Save