pub fn working_tree_status( repo_path: &Path, focus_paths: &[PathBuf], ) -> Result<Vec<PathBuf>, GitError>
Returns the set of paths that Git currently considers dirty.