Dear diary, on Wed, Oct 12, 2005 at 07:29:45AM CEST, I got a letter where Junio C Hamano <junkio@cox.net> told me that... > I do not personally think it is too much of a restriction if we > said we only allow tags using letters from [-a-zA-Z0-9.] (yes I > am trying to be controversial by not allowing even latin-1 > names). I think this is perfectly reasonable, as long as you also throw _ to the set. ;-) Actually, cg-tag now already does at least (echo $name | egrep -qv '[^a-zA-Z0-9_.@!:-]') || \ die "name contains invalid characters" but I'm in no way emotionally attached to the @!: characters. -- Petr "Pasky" Baudis Stuff: http://pasky.or.cz/ VI has two modes: the one in which it beeps and the one in which it doesn't. - To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.htmlReceived on Wed Oct 12 18:27:21 2005
This archive was generated by hypermail 2.1.8 : 2005-10-12 18:27:24 EST