> Since the issue ended up being a bad regex in the build task, do you > still want me to exclude adoc files specifically from gitattributes > Dawid? I'll make the change if there's some particular reason why > adoc files should be exempted here. But at a glance it seems like > gitattributes wasn't the core problem here.
Please read what Uwe wrote; the regexp was incorrect (didn't work for Windows) but those files were LF only in the repository. So to me gitattributes is/was the problem as it changes repository content on checkout/ update for Windows users. This must *not* happen. The current "auto" setting should default to "don't touch". D. --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@lucene.apache.org For additional commands, e-mail: dev-h...@lucene.apache.org