File tree Expand file tree Collapse file tree 3 files changed +6
-1
lines changed
Expand file tree Collapse file tree 3 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 11# Overcommit Changelog
22
3+ ## 0.66.0
4+
5+ * Add ` --diff ` CLI option for running pre-commit hooks against only changed files
6+
37## 0.65.0
48
59* Load bundled gems on expected version
Original file line number Diff line number Diff line change @@ -131,6 +131,7 @@ Command Line Flag | Description
131131` -f ` /` --force ` | Don't bail on install if other hooks already exist--overwrite them
132132` -l ` /` --list-hooks ` | Display all available hooks in the current repository
133133` -r ` /` --run ` | Run pre-commit hook against all tracked files in repository
134+ ` --diff <ref> ` | Run pre-commit hook against all changed files relative to ` <ref> `
134135` -t ` /` --template-dir ` | Print location of template directory
135136` -h ` /` --help ` | Show command-line flag documentation
136137` -v ` /` --version ` | Show version
Original file line number Diff line number Diff line change 22
33# Defines the gem version.
44module Overcommit
5- VERSION = '0.65 .0'
5+ VERSION = '0.66 .0'
66end
You can’t perform that action at this time.
0 commit comments