pub fn get_changed_files( project_path: &Path, base: Option<&str>, since: Option<&str>, ) -> Vec<String>
Get files changed since a commit or time period.