git stash reporting: '' is not a stash reference
Not quite sure what's happened, but git stash seems to be in a bad place. % git stash list stash@{0}: filter-branch: rewrite stash@{1}: filter-branch: rewrite stash@{2}: On mysolr: start mysolr stuff Is OK, and git show stash@{0} works fine. But: % git stash drop '' is not a stash reference % git stash pop '' is not a stash reference % git stash drop stash@{0} 'stash@{0}' is not a stash reference I've used git stash plenty in the past and not come across this. I had recently rewritten history to remove a file from history before publishing to github. The command I ran then was git filter