
Branch: refs/heads/master Home: https://github.com/qos-ch/slf4j Commit: dd7ec6b31e6235b73a80a231bf4a3236da4f866c https://github.com/qos-ch/slf4j/commit/dd7ec6b31e6235b73a80a231bf4a3236da4f8... Author: Jeremy Landis <jeremylandis@hotmail.com> Date: 2014-09-26 (Fri, 26 Sep 2014) Changed paths: A .gitattributes M slf4j-android/src/main/java/org/slf4j/impl/AndroidLoggerAdapter.java M slf4j-android/src/main/java/org/slf4j/impl/AndroidLoggerFactory.java M slf4j-simple/src/main/java/org/slf4j/impl/SimpleLogger.java M slf4j-simple/src/test/resources/simplelogger.properties Log Message: ----------- Add git attributes Added suggested git attributes & the few files that needed to change to comply as a result. Commit: 3b9f0ec0c8158a0d69e9922f375b7bf1dd5ff87a https://github.com/qos-ch/slf4j/commit/3b9f0ec0c8158a0d69e9922f375b7bf1dd5ff... Author: Jeremy Landis <jeremylandis@hotmail.com> Date: 2014-09-26 (Fri, 26 Sep 2014) Changed paths: M codeStyle.xml M pom.xml Log Message: ----------- Proposal: Enforce formatting Added updated codeStyle.xml using the one from logback as the most recent and added missing items from newer versions of eclipse. Added java formatter with activation turned off for the time being. This is a proposal that the java code get properly enforced to be formatted. By removing the commented activation this will occur on each build. After the first format, it will not format again except in cases where a build is occurring and formatting was not followed. This is rather clean after the first cut. This plugin covers only the java code at this time. XML will still need done the old fashioned way. Commit: c99a0ac4f4d4e21eeaaaa666e91310adb088aa6a https://github.com/qos-ch/slf4j/commit/c99a0ac4f4d4e21eeaaaa666e91310adb088a... Author: Matt Bishop <matt@thebishops.org> Date: 2014-09-27 (Sat, 27 Sep 2014) Changed paths: A .gitattributes M codeStyle.xml M pom.xml M slf4j-android/src/main/java/org/slf4j/impl/AndroidLoggerAdapter.java M slf4j-android/src/main/java/org/slf4j/impl/AndroidLoggerFactory.java M slf4j-simple/src/main/java/org/slf4j/impl/SimpleLogger.java M slf4j-simple/src/test/resources/simplelogger.properties Log Message: ----------- Merge pull request #73 from hazendaz/master I agree that these controls help with code consistency. ?w=1 is my Github best friend when looking at diffs to mask out the unnecessary whitespace changes. Add suggested git attributes. Also reformat a few egregious offenders. Compare: https://github.com/qos-ch/slf4j/compare/86a79edef600...c99a0ac4f4d4