Hi all, The Git/GitHub diff does not show me real changes [1] I made. Our Jenkins CI does not update the Maven project with these changes.
What's going on wrong? I am using git 1.9.5.0.msysgit.0. The content [2] on GitHub contains my changes but the diff does not. [1] https://github.com/apache/maven-surefire/commit/ce3bdd50678c1e83efe55a1f243631dedac01921#diff-dadf82ac2a525e3b95545bb671364989 [2] https://github.com/apache/maven-surefire/blob/ce3bdd50678c1e83efe55a1f243631dedac01921/surefire-integration-tests/src/test/java/org/apache/maven/surefire/its/jiras/Surefire1211JUnitTestNgIT.java I have added several lines of the change: @Before public void before() { System.out.println( "java.specification.version: " + getProperty( "java.specification.version" ) ); System.err.println( "java.specification.version: " + getProperty( "java.specification.version" ) ); } -- Cheers Tibor
