Skip to main content

get_commit_changed_files

Function get_commit_changed_files 

Source
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.