Types/git.stash.entry/Diff.ps1

Push-Location $this.GitRoot
git stash show $this.Number --patch
Pop-Location