Four hours ago, Eli Barzilay wrote: > > I can still make a proper patch with the fix for git-stash.sh that > avoids the problem with the spaces. Here's another idea for an easier patch that instead of fixing the issue with space just spits out a better error: before throwing the "Too many revisions specified" error, check if "$*" matches "{.*}" and if "$1" matches "{[^}]*" and in that case make the error say that spaces are not supported. The change is therefore only in the error, and with a fixed output, that should be enough. (Please tell me if the above or this is desirable...) -- ((lambda (x) (x x)) (lambda (x) (x x))) Eli Barzilay: http://barzilay.org/ Maze is Life! -- 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