On Sep 24, 2010, at 4:01 PM, Brandon Casey wrote: > Probably, > > diff --git a/git-stash.sh b/git-stash.sh > index 7ce818b..4fbfb62 100755 > --- a/git-stash.sh > +++ b/git-stash.sh > @@ -265,7 +265,7 @@ parse_flags_and_rev() > i_tree= > > REV=$(git rev-parse --no-flags --symbolic "$@" 2>/dev/null) > - FLAGS=$(git rev-parse --no-revs -- "$@" 2>/dev/null) > + FLAGS=$(git rev-parse --no-revs --flags "$@" 2>/dev/null) > > set -- $FLAGS I bisected the issue to a9bf09e (detached-stash: simplify git stash show), which is when "git stash show" started using parse_flags_and_rev (via assert_stash_like()). More worrying to me is that the tests for "git stash show" don't bother to test the output. I'll be working on that now. ~~ Brian -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html