You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Correctly compute the changed files based on each git hook
* Also let `jt lint fast` (without extra argument) work and assume everything changed.
* Notably avoids running checks when just rewording a commit and using pre-commit.
* Git post-commit hooks seem unfortunately to not be able to see that no files
changed when just rewording a commit or rebasing.
0 commit comments