pub fn git_all_files_changed_since_sha( sha: String, cwd: Option<String>, ) -> Vec<String>
Given a specific git sha, finds all files that have been modified since the sha and returns the absolute filepaths.