I cloned it, assuming you're talking about the linked hash, which is the tip/head of master, then the diff shown is correct, you moved the package declaration around under the auspices of "investigating". Your change must be in an earlier commit. I looked at a few, but gave up.
On Mon, May 30, 2016 at 4:05 PM, Tibor Digana <[email protected]> wrote: > 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 >
