Thomas Singer schrieb: > Where can I find information about what content in <message> is (not) > allowed? We've got a bug-report where a SmartGit user has simply entered a > minus and Git refused to work. Of course, entering just a minus is quite > useless, but we have to be able to reliable detect allowed and disallowed > messages. Does SmartGit call 'git stash save' behind the scenes with the user-supplied message? Then it should run git stash save -- "$msg" and you don't need to forbid anything. -- Hannes -- 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