Merging upstream version 2.10.0.
Signed-off-by: Daniel Baumann <daniel@debian.org>
This commit is contained in:
parent
22fa9cbff7
commit
49934447ef
17 changed files with 286 additions and 39 deletions
26
CHANGELOG.md
26
CHANGELOG.md
|
@ -1,3 +1,27 @@
|
|||
2.10.0 - 2021-01-27
|
||||
===================
|
||||
|
||||
### Features
|
||||
- Allow `ci` as a top-level map for configuration for https://pre-commit.ci
|
||||
- #1735 PR by @asottile.
|
||||
- Add warning for mutable `rev` in configuration
|
||||
- #1715 PR by @paulhfischer.
|
||||
- #974 issue by @asottile.
|
||||
- Add warning for `/*` in top-level `files` / `exclude` regexes
|
||||
- #1750 PR by @paulhfischer.
|
||||
- #1702 issue by @asottile.
|
||||
- Expose `PRE_COMMIT_REMOTE_BRANCH` environment variable during `pre-push`
|
||||
hooks
|
||||
- #1770 PR by @surafelabebe.
|
||||
- Produce error message for `language` / `language_version` for non-installable
|
||||
languages
|
||||
- #1771 PR by @asottile.
|
||||
|
||||
### Fixes
|
||||
- Fix execution in worktrees in subdirectories of bare repositories
|
||||
- #1778 PR by @asottile.
|
||||
- #1777 issue by @s0undt3ch.
|
||||
|
||||
2.9.3 - 2020-12-07
|
||||
==================
|
||||
|
||||
|
@ -8,7 +32,7 @@
|
|||
- Fix cleanup code on docker volumes for go
|
||||
- #1725 PR by @fsouza.
|
||||
- Fix working directory detection on SUBST drives on windows
|
||||
- #1727 PR by mrogaski.
|
||||
- #1727 PR by @mrogaski.
|
||||
- #1610 issue by @jcameron73.
|
||||
|
||||
2.9.2 - 2020-11-25
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue