Disallow Commit Hooks
The commit hooks feature ran into cross-platform support issues and had to be removed.
Meanwhile, this version of sema
relies much less on the git
binary command through use of the git-go
library. This change was suggested by DataHearth in issue #10. Sadly, I couldn't figure out how to reliably perform git push
using that library so --push
flag still relies on git
to function properly.