Browse Source
I removed the filtering logic from the shell script in #18482 because the new pre-commit hook already takes care of it. The problem is if you don't update the .git/hooks/pre-commit file and use the new shell script there's no filtering of files done and it checks all files for every file. This commit restores backwards compatibility because it does not hurt until I have an automatic way to update the pre-commit hook file.master
1 changed files with 7 additions and 1 deletions
Loading…
Reference in new issue