Commit 1e333f5
committed
fix: normalize gradlew.bat line endings to match .gitattributes
The Speakeasy SDK regeneration (cd26af9) committed gradlew.bat with
raw CRLF bytes in the Git object store. Since .gitattributes declares
`*.bat text eol=crlf`, Git converts to CRLF on checkout but can't
round-trip the already-CRLF stored content, causing a phantom diff
that `git restore` cannot clear.
Re-normalizing stores the file with LF in Git's object store, letting
the eol=crlf rule handle the working-tree conversion cleanly.1 parent 5ba9a83 commit 1e333f5
1 file changed
+94
-94
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments