diff options
Diffstat (limited to 'git_config.py')
-rw-r--r-- | git_config.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git_config.py b/git_config.py index 8c4efac8..9af90dfd 100644 --- a/git_config.py +++ b/git_config.py | |||
@@ -362,7 +362,7 @@ class GitConfig(object): | |||
362 | return c | 362 | return c |
363 | 363 | ||
364 | def _do(self, *args): | 364 | def _do(self, *args): |
365 | command = ['config', '--file', self.file] | 365 | command = ['config', '--file', self.file, '--includes'] |
366 | command.extend(args) | 366 | command.extend(args) |
367 | 367 | ||
368 | p = GitCommand(None, | 368 | p = GitCommand(None, |