mirror of
https://github.com/pre-commit/pre-commit.git
synced 2026-01-14 13:00:10 -06:00
pass GIT_SSH_COMMAND to git commands, refs #947
This commit is contained in:
@@ -29,7 +29,7 @@ def no_git_env():
|
||||
# GIT_INDEX_FILE: Causes 'error invalid object ...' during commit
|
||||
return {
|
||||
k: v for k, v in os.environ.items()
|
||||
if not k.startswith('GIT_') or k in {'GIT_SSH'}
|
||||
if not k.startswith('GIT_') or k in {'GIT_SSH', 'GIT_SSH_COMMAND'}
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user