Commit b7092a3
Disable git autocrlf in Docker container to fix Claude Code Edit tool
The Edit tool's read-compare-write cycle was failing due to EOL normalization
differences between Git, MSYS, and file operations. Setting core.autocrlf=false
in the container prevents automatic CRLF/LF conversion.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <[email protected]>1 parent a447555 commit b7092a3
File tree
2 files changed
+6
-0
lines changed- src/PostSharp.Engineering.BuildTools/Resources
2 files changed
+6
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
625 | 628 | | |
626 | 629 | | |
627 | 630 | | |
| |||
Lines changed: 3 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
622 | 622 | | |
623 | 623 | | |
624 | 624 | | |
| 625 | + | |
| 626 | + | |
| 627 | + | |
625 | 628 | | |
626 | 629 | | |
627 | 630 | | |
| |||
0 commit comments