|
|
fd, temp_gitmodules_path = tempfile.mkstemp()
|
|
fd, temp_gitmodules_path = tempfile.mkstemp()
|
|
|
cmd = ['config', '--file', temp_gitmodules_path, '--list']
|
|
cmd = ['config', '--file', temp_gitmodules_path, '--list']
|
|
|
p = GitCommand(None, cmd, capture_stdout=True, capture_stderr=True,
|
|
p = GitCommand(None, cmd, capture_stdout=True, capture_stderr=True,
|