Hi Randall,
On 11/06/2017 19:57, Randall S. Becker wrote:
> Random thought: what if a stash id could be used in the same way as
> any other ref, so diff stash[0] stash[1] would be possible -
> although I can see this being problematic for a merge or rebase.
Not sure if I`m misunderstanding you, but at least `git diff
stash@{0} stash@{1}` seems to already work as expected - I remember
using it in the past, and I`ve tried it again now[1], and it still
works.
[1] git version 2.13.0.windows.1
Regards,
Buga