Skip to content

Version 1.4.1 – Fix bug in git pre-commit

Latest
Compare
Choose a tag to compare
@mhucka mhucka released this 11 Mar 00:24

The regexp for matching reserved names didn't start with ^, which means file names with matching substrings triggered it. A file named icon.gif shouldn't trigger an error just because con is in the name. The fix prevents such false positives.