Features
- Keep
GIT_HTTP_PROXY_AUTHMETHOD
in git environ.- #2272 PR by @VincentBerthier.
- #2271 issue by @VincentBerthier.
- Support both
cs
andcoursier
executables for coursier hooks. - Include more information in errors for
language_version
/additional_dependencies
for languages which do not support them. - Have autoupdate preferentially pick tags which look like versions when there are multiple equivalent tags.
- Upgrade
ruby-build
. - Add top level
default_install_hook_types
which will be installed when--hook-types
is not specified inpre-commit install
.
Fixes
- Fix typo in help message for
--from-ref
and--to-ref
. - Prioritize binary builds for R dependencies.
- #2277 PR by @lorenzwalthert.
- Fix handling of git worktrees.
- Fix handling of
$R_HOME
for R hooks.- #2301 PR by @jeff-m-sullivan.
- #2300 issue by @jeff-m-sullivan.
- Fix a rare race condition in change stashing.
- #2323 PR by @asottile.
- #2287 issue by @ian-h-chamberlain.