Callbacks for Git hooks.
Git uses "hooks" to run user-defined scripts after certain events. We extensively use these hooks to track user activity and e.g. decide if a commit should be considered obsolete.
The hooks are installed by the branchless init
command. This module
contains the implementations for the hooks.