Respect include.* directives by default.
This commit is contained in:
parent
ea05c56a41
commit
0d8ceefd48
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue