pub fn cherry_pick_in_progress() -> boolExpand description
True during a cherry-pick, where the zsh pre-commit exited 0 immediately.
Superseded internally by git_states_in_progress; kept for whatever
still calls it directly. See that function for why this asks git rather
than deriving a path from hooks_dir.