Expand description
Git hook integration for graphify.
Installs/uninstalls post-commit and post-checkout hooks that trigger
incremental graph rebuilds. Port of Python hooks.py.
Enums§
- Hook
Error - Errors from hook management.
Functions§
- hook_
status - Check whether graphify hooks are installed in the repository at
repo_root. - install_
hooks - Install graphify git hooks in the repository at
repo_root. - uninstall_
hooks - Uninstall graphify git hooks from the repository at
repo_root.