“Too many revisions” git message
问题 On git version 1.7.9.5, when trying git stash show -p stash@{"Friday Smarch 13 13:13:13 2013"} (from Is it possible to choose a git stash when they're described by the date stashed? ) I get the error message Too many revisions specified: stash@{Friday Smarch 13 13:13:13 2013} I also get the same error message when trying the following git stash show "stash@{Friday Smarch 13 13:13:13 2013}" git stash show -p stash@{Friday\ Smarch\ 13\ 13:13:13\ 2013} I don't think escaping is the cause. If I