Re: [PATCH] attr: expose validity check for attribute names

2016-05-18 Thread Stefan Beller
On Wed, May 18, 2016 at 2:05 PM, Junio C Hamano wrote: > Export attr_name_valid() function, and a helper function that > returns the message to be given when a given pair > is not a good name for an attribute. > > We could later update the message to exactly spell out what the > rules for a good

[PATCH] attr: expose validity check for attribute names

2016-05-18 Thread Junio C Hamano
Export attr_name_valid() function, and a helper function that returns the message to be given when a given pair is not a good name for an attribute. We could later update the message to exactly spell out what the rules for a good attribute name are, etc. Signed-off-by: Junio C Hamano --- * And