Merge pull request #2564 from mattp-/main

allow GIT_ASKPASS as a pass through env var
This commit is contained in:
Anthony Sottile 2022-10-27 16:39:14 -04:00 committed by GitHub
commit 5c9e844104
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,6 +43,7 @@ def no_git_env(_env: Mapping[str, str] | None = None) -> dict[str, str]:
'GIT_SSL_NO_VERIFY', 'GIT_CONFIG_COUNT',
'GIT_HTTP_PROXY_AUTHMETHOD',
'GIT_ALLOW_PROTOCOL',
'GIT_ASKPASS',
}
}