pub fn git_common_path_absolute(path: &str) -> Result<PathBuf>Expand description
An absolute path under the repo’s common git dir. Callers that hand a path to another process (a worktree location, a command’s working directory) need it absolute, since a relative one would be read against the wrong directory.