pub fn show_diff(
store: &ObjectStore,
repo_root: &Path,
idx: usize,
) -> StashResult<DiffResult>Expand description
Show the diff for a stash entry (raw DiffResult).
ยงErrors
StashError::IndexOutOfRangeifidxis past the end.StashError::NotACommitif the stash commit object is not a Commit.