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

2016-10-27 Thread Stefan Beller
On Mon, Oct 24, 2016 at 2:07 PM, Stefan Beller wrote: > On Sun, Oct 23, 2016 at 8:07 AM, Ramsay Jones > wrote: >> >> >> On 23/10/16 00:32, Stefan Beller wrote: >>> From: Junio C Hamano >>> >>> Export attr_name_valid() function,

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

2016-10-24 Thread Stefan Beller
On Sun, Oct 23, 2016 at 8:07 AM, Ramsay Jones wrote: > > > On 23/10/16 00:32, Stefan Beller wrote: >> From: Junio C Hamano >> >> Export attr_name_valid() function, and a helper function that >> returns the message to be given when a given

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

2016-10-23 Thread Ramsay Jones
On 23/10/16 00:32, Stefan Beller wrote: > From: 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

[PATCH 17/36] attr: expose validity check for attribute names

2016-10-22 Thread Stefan Beller
From: 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