Tim Perry
Tim Perry
Minified compiled output often includes lots of existing matches, and appears to have been entirely changed when any build happens, so requires confirmation every time. Instead, it'd be nice to...
https://github.com/icefox/git-hooks Probably means adding as a submodule in contrib, and testing that it's easy to set up with that.
Currently you can only y/n each confirmation. If you've got a really big file though, which repeatedly matches, you might have to confirm quite a few times. If you have...
Currently grep outputs the line by line matches. Weirdly, grep itself is happy to output in colour (visible if run directly on my machine) but the colour disappears if it's...
Current implementation assumes green non-bold text is added lines. This is configurable (as `git config color.diff.new`). Would be good to check if it has been reconfigured and match differently configured...
Should be able to add a package.json so this can be published as an NPM package, depend on GHooks, and automatically add the relevant ghook config to NPM config when...