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. Cheers, Jörg --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@commons.apache.org For additional commands, e-mail: dev-h...@commons.apache.org