diff options
Diffstat (limited to 'git_command.py')
-rw-r--r-- | git_command.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/git_command.py b/git_command.py index 4ad908f6..181e3724 100644 --- a/git_command.py +++ b/git_command.py | |||
@@ -124,7 +124,7 @@ class GitCommand(object): | |||
124 | ssh_proxy = False, | 124 | ssh_proxy = False, |
125 | cwd = None, | 125 | cwd = None, |
126 | gitdir = None): | 126 | gitdir = None): |
127 | env = dict(os.environ) | 127 | env = os.environ.copy() |
128 | 128 | ||
129 | for e in [REPO_TRACE, | 129 | for e in [REPO_TRACE, |
130 | GIT_DIR, | 130 | GIT_DIR, |