Applying a stash from the list fails
By ervin.va... on October 18, 2011 15:45 (imported from Google Code)
The action to apply a particular stash from the list of stashes fails (see the attached image for the exact error message). It is easy to reproduce this error:
- Create couple of stashes.
- Choose the Stash List menu item.
- From the list of stashes choose a stash and select Stash Apply (from the context menu).
The same action may easily be performed from the command shell by typing, for example: git stash apply stash@{1}
