Open pfeileon opened 1 year ago
What steps will reproduce the problem?
Expected
git status
Actual
git diff
The part with the modified files without changes showing up also happens after a "real" commit. git add . cleans it up again.
git add .
Environment: git-code-format-maven-plugin 4.2 Apache Maven 3.8.6 Java version: 11.0.14 (Red Hat) Windows 10 git version 2.38.0.windows.1
See https://github.com/Cosium/git-code-format-maven-plugin/issues/227
Anyone managed to fix this issue ? i am pretty much running almost the same setup as described and get the same git behavior
What steps will reproduce the problem?
Expected
git status
should report a clean state.Actual
git status
reports the file as modified,git diff
reports no changes, however.The part with the modified files without changes showing up also happens after a "real" commit.
git add .
cleans it up again.Environment: git-code-format-maven-plugin 4.2 Apache Maven 3.8.6 Java version: 11.0.14 (Red Hat) Windows 10 git version 2.38.0.windows.1