Function workspace_node_tools::git::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.