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): return c def _do(self, *args): - command = ['config', '--file', self.file] + command = ['config', '--file', self.file, '--includes'] command.extend(args) p = GitCommand(None,