>>>>> "LT" == Linus Torvalds <[EMAIL PROTECTED]> writes:
LT> But yeah, it's being a bit too anal. Just look at connect.c: shell_safe(), LT> and add both '_' and '@' to the safe list (and any other safe characters), LT> and off you go. LT> And if somebody wants to add code to do proper escaping of the non-safe LT> ones, we can do that too. I was just lazy and added the characters I ever LT> use ;) Anybody who is interested in doing this can just move sq_expand() from diff.c to some public library and expose it in cache.h. I am not going to do it myself immediately so there is no worry to race against me ;-). - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to [EMAIL PROTECTED] More majordomo info at http://vger.kernel.org/majordomo-info.html

