Skip to main content

hook_path

Function hook_path 

Source
pub fn hook_path(target: &Utf8Path) -> Result<PathBuf, String>
Expand description

Where git will look for the post-merge hook: rev-parse --git-path answers through gitfiles, linked worktrees, and core.hooksPath, and a relative answer is relative to the target it ran in.

ยงErrors

The detail of a git that did not run or did not answer.