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
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
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
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
4 matches
Mail list logo