Respect include.* directives by default.

reviewable/pr18780/r1
Kevin Maris 9 years ago committed by Brian Coca
parent 6b0a204e74
commit 00628af561

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