Showing all stashed changes in one go

2012-09-27 Thread Yann Dirson
When I have a couple of stashed changes, it gets annoying to repeatedly call "git stash show -p stash@{N}" until finding the correct one. Since "git reflog show stash" already does part of the job, I thought that adding "-p" there to see the patch would help (at least it would show the not-yet-sta

Re: Showing all stashed changes in one go

2012-09-27 Thread Jeff King
On Thu, Sep 27, 2012 at 10:00:06PM +0200, Yann Dirson wrote: > When I have a couple of stashed changes, it gets annoying to > repeatedly call "git stash show -p stash@{N}" until finding the > correct one. > > Since "git reflog show stash" already does part of the job, I thought > that adding "-p"