Re: Change on check-attr behavior

2019-01-18 Thread Jeff King
On Fri, Jan 18, 2019 at 09:41:03AM +, Sérgio Peixoto wrote: > Create a file .git/info/attributes with contents > > If the contents are: > [attr]allowed-ext > *.py allowed-ext=100 > > then the problem occurs. > > If contents are: > #[attr]allowed-ext > *.py allowed-ext=100 > > the problem

Re: Change on check-attr behavior

2019-01-18 Thread Sérgio Peixoto
Create a file .git/info/attributes with contents If the contents are: [attr]allowed-ext *.py allowed-ext=100 then the problem occurs. If contents are: #[attr]allowed-ext *.py allowed-ext=100 the problem is gone On Thu, Jan 17, 2019 at 4:07 PM Jeff King wrote: > > On Thu, Jan 17, 2019 at 03:4

Re: Change on check-attr behavior

2019-01-17 Thread Jeff King
On Thu, Jan 17, 2019 at 03:47:09PM +, Sérgio Peixoto wrote: > I think there is a bug on the check-attr behavior of git when asking > for the "allowed-ext" attribute. Check the logs below to see that > with version 2.20.1.windows.1 we get unspecified even the attribute > is there as you can s

Change on check-attr behavior

2019-01-17 Thread Sérgio Peixoto
Hi, I think there is a bug on the check-attr behavior of git when asking for the "allowed-ext" attribute. Check the logs below to see that with version 2.20.1.windows.1 we get unspecified even the attribute is there as you can see when asking for all the attributes. === OLD VERSION === > git ve