pub fn changed_files(
repo: &Repository,
commit_id: ObjectId,
) -> Result<Vec<PathBuf>, GitError>Expand description
Return the list of changed file paths between a commit and its parent. For initial commits (no parent), diffs against the empty tree.