pub fn get_commit_diff_from_repo(
repo: &Repository,
commit_hash: &str,
) -> Result<CommitDiff>Expand description
Repositoryからコミットの詳細なdiff情報を取得
pub fn get_commit_diff_from_repo(
repo: &Repository,
commit_hash: &str,
) -> Result<CommitDiff>Repositoryからコミットの詳細なdiff情報を取得