summaryrefslogtreecommitdiffstats
path: root/git_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'git_command.py')
-rw-r--r--git_command.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/git_command.py b/git_command.py
index d56ad0a8..414c84a2 100644
--- a/git_command.py
+++ b/git_command.py
@@ -104,7 +104,7 @@ class GitCommand(object):
104 ssh_proxy = False, 104 ssh_proxy = False,
105 cwd = None, 105 cwd = None,
106 gitdir = None): 106 gitdir = None):
107 env = dict(os.environ) 107 env = os.environ.copy()
108 108
109 for e in [REPO_TRACE, 109 for e in [REPO_TRACE,
110 GIT_DIR, 110 GIT_DIR,