On 23 July 2015 at 09:46, Jörg Schaible <joerg.schai...@swisspost.com> wrote:
> Hello guys,
>
> I've pulled the changes for lang after some time, but I wondered why some of
> our Java sources are executable:
>
> ================ %< ====================
> [...]
>  src/test/java/org/apache/commons/lang3/tuple/TripleTest.java |     2 -
>  276 files changed, 13011 insertions(+), 9930 deletions(-)
>  create mode 100644 src/main/java/org/apache/commons/lang3/ThreadUtils.java
>  create mode 100755
> src/main/java/org/apache/commons/lang3/builder/EqualsExclude.java
>  create mode 100755
> src/main/java/org/apache/commons/lang3/builder/HashCodeExclude.java
>  create mode 100755
> src/main/java/org/apache/commons/lang3/builder/ToStringExclude.java
>  create mode 100644 src/site/resources/release-notes/RELEASE-NOTES-3.4.txt
>  create mode 100644
> src/test/java/org/apache/commons/lang3/ThreadUtilsTest.java
> [...]
> ================ %< ====================
>
> See those new "**/*Exclude.java" files. I guess this is simple to fix (still
> a Git n00b), but I wonder, how we can prevent this in first place.

+1

I've just checked the SVN archive, and the only file that had
svn:executable was download_lang.cgi.
So the problem is with newly created files.

Perhaps there is a Git file which is equivalent to
https://www.apache.org/dev/svn-eol-style.txt

If so, that needs to be clearly documented.

> Cheers,
> Jörg
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
> For additional commands, e-mail: dev-h...@commons.apache.org
>

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org
For additional commands, e-mail: dev-h...@commons.apache.org

Reply via email to