Structs§
- Hook
Options - Options for running hooks.
Functions§
- cleanup_
temp_ commit_ file - Cleanup function for temp commit file - call this after commit is done
- run_
hooks - Execute a list of hook commands with the given options.
- write_
temp_ commit_ file - Utility to write/read a temporary commit message file for hooks to modify. Uses NamedTempFile to avoid memory leaks while keeping the file accessible.