pub type ChangedFilesSpawnHook = fn(&mut Command) -> Result<Output>;
Function pointer signature used to intercept short-running git subprocesses spawned by changed-file helpers.