pub fn resolve_git_toplevel(cwd: &Path) -> Result<PathBuf, ChangedFilesError>
Resolve the canonical git toplevel for cwd.
cwd
Returns an API-owned changed-file error when git cannot inspect the repository.