I'm having trouble with .bat files.

This isn't blocking on the 3.5.0 release.
I've removed the setting in .gitattributes to unblock the release.


The files apache-jena/bat/*.bat in git are right, at least when I clone the repo wiuth no .gitattribute settings, they are correctly CRLF line endings, presumably because of the setting in $HOME/.gitconfig

I tried to add a .gitattributes file to make it safe for anyone to clone the repo with "*.bat text eol=crlf" but it seems to do the opposite - when cloned, git says the files have changed and they have LF line endings.

Git marks them changed - which would stop the maven release plugin.

What's the correct settings for .gitattributes?
Or is something else not right?

    Andy

Settings:

== $HOME/.gitconfig

[core]
        autocrlf = input

== $JENA/.gitattributes

*.bat text eol=crlf
*.png binary
*.jpg binary
*.gif binary

Reply via email to