Skip to content

Commit d525928

Browse files
authored
Merge pull request pre-commit#2272 from VincentBerthier/master
GIT_HTTP_PROXY_AUTHMETHOD kept in env variables
2 parents 2ed0eaa + 07f4415 commit d525928

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

pre_commit/git.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ def no_git_env(
4343
k in {
4444
'GIT_EXEC_PATH', 'GIT_SSH', 'GIT_SSH_COMMAND', 'GIT_SSL_CAINFO',
4545
'GIT_SSL_NO_VERIFY', 'GIT_CONFIG_COUNT',
46+
'GIT_HTTP_PROXY_AUTHMETHOD',
4647
}
4748
}
4849

0 commit comments

Comments
 (0)