Skip to content

Disallow Commit Hooks

Compare
Choose a tag to compare
@sharpvik sharpvik released this 02 Aug 13:25
· 19 commits to main since this release

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.