git-hooks
git-hooks copied to clipboard
Some usefull ruby git hooks.
Still needs automated tests. Tested manually - Add a support for `git_hooks install` to install every hook - Convert `hook.sample` into an ERB template and generate the correct template based...
Right now all of the plugins are nested in /pre_commit. There are a few issues with this: 1. We'll probably want to allow for plugins like RSpec to be called...
ATM we need to install one by one, it would be great a command to install them all.
We should add a hook to run [pippi](https://github.com/tcopeland/pippi) checks in the same spirit we do with Rubocop and Rspec.
As per [this issue](https://github.com/lemurheavy/coveralls-public/issues/25) it is possible to configure coveralls to use the github commit/pr status API instead of adding comments to the PR thread. (which are terribly annoying) I...
- applypatch-msg - pre-applypatch - post-applypatch - pre-commit - prepare-commit-msg - commit-msg - post-commit - pre-rebase - post-checkout - post-merge - pre-receive - update - post-receive - post-update - pre-auto-gc...