mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-02-19 17:14:43 +04:00
Merge pull request #2564 from mattp-/main
allow GIT_ASKPASS as a pass through env var
This commit is contained in:
commit
5c9e844104
1 changed files with 1 additions and 0 deletions
|
|
@ -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_SSL_NO_VERIFY', 'GIT_CONFIG_COUNT',
|
||||||
'GIT_HTTP_PROXY_AUTHMETHOD',
|
'GIT_HTTP_PROXY_AUTHMETHOD',
|
||||||
'GIT_ALLOW_PROTOCOL',
|
'GIT_ALLOW_PROTOCOL',
|
||||||
|
'GIT_ASKPASS',
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue