- fix: stop git-cache maintenance from running destructive git commands against repositories FVM does not own (#1060)
- Behavior change: FVM now clears repository-scoped git environment variables (
GIT_DIR,GIT_WORK_TREE,GIT_INDEX_FILE, and the rest of thegit rev-parse --local-env-varsset) when it runsgit,flutter, ordart. Tools launched through FVM from inside a git hook, such asfvm dart runin a pre-commit hook, no longer see the hook's repository variables and will read the real index instead of the hook's staged index. Transport and auth variables likeGIT_SSH_COMMANDandGIT_ASKPASSare preserved. (#1060)
See the full changelog for changes in earlier releases.