Diffs read from a subdirectory are no longer shortened by your git diff.relative setting.
What's wrong with this entry?
Claude Code now forces diff.relative=false when it runs git diff, so a diff.relative=true setting in your git config no longer shortens or limits the paths in diffs Claude reads while working from a subdirectory.
- The option is inserted before the
diffsubcommand, unconditionally on that path.
"--no-optional-locks", "-c", "diff.relative=false", "diff"
Strings lifted out of the shipped bundle, so the claim above can be checked against them.
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.