fn find_with_extension( root_path: &Path, find_dir: Option<&Path>, extensions: &[&OsStr], ) -> Result<Vec<PathBuf>, Error>
Check git for tracked files matching an extension