git-meta
git-meta copied to clipboard
git meta stash loses stash on failed merge
If the stash-pop command fails from a conflict in one submodule, changes from that stash in other submodules don't get applied. They're also gone from the list of stashes.
Actually it seems to cause another stash in the stack to disappear.