pub fn get_diff_commit(
    repo_path: &RepoPath,
    id: CommitId,
    p: String,
    options: Option<DiffOptions>,
) -> Result<FileDiff>Expand description
returns diff of a specific file inside a commit
returns diff of a specific file inside a commit
returns diff of a specific file inside a commit
see get_commit_diff