milke / GitFinder-Issues

Bug and issue tracker for GitFinder - git client with macOS Finder integration
16 stars 1 forks source link

Add support for git-hooks #12

Open milke opened 6 years ago

milke commented 6 years ago

GitFinder doesn't support any git hook. Add support for (at least) basic git hooks (pre-commit, commit-msg, post-commit, pre-push). Due to a sandboxed environment, investigate possibility of running hooks directly instead of executing them from the shell.

milke commented 5 years ago

Version 1.3 adds support for hooks: pre-commit, post-commit, comit-msg, post-checkout, post-merge and pre-push. Support for others will come soon.