Function git_all_files_changed_since_sha

Source
pub fn git_all_files_changed_since_sha(
    sha: String,
    cwd: Option<String>,
) -> Vec<String>
Expand description

Given a specific git sha, finds all files that have been modified since the sha and returns the absolute filepaths.