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 4aeacd57..513b9ebf 100644 --- a/git_command.py +++ b/git_command.py | |||
@@ -127,7 +127,7 @@ class GitCommand(object): | |||
127 | ssh_proxy = False, | 127 | ssh_proxy = False, |
128 | cwd = None, | 128 | cwd = None, |
129 | gitdir = None): | 129 | gitdir = None): |
130 | env = dict(os.environ) | 130 | env = os.environ.copy() |
131 | 131 | ||
132 | for e in [REPO_TRACE, | 132 | for e in [REPO_TRACE, |
133 | GIT_DIR, | 133 | GIT_DIR, |