pub fn get_commit_changed_files(hash: &str) -> Result<Vec<String>>Expand description
Get files changed in a specific commit.
Returns a list of file paths that were modified in the commit.
ยงErrors
Returns error if commit hash is invalid or git command fails.