What's wrong with this entry?
Anonymous. No account, no email.
What: Claude now detects when git is in the middle of a rebase, merge, cherry-pick, or revert operation and skips the diff display to avoid confusing partial state.
Details:
- Added
rm5()function at line 405566 that checks for git state files: MERGE_HEAD- merge in progressREBASE_HEAD- rebase in progressCHERRY_PICK_HEAD- cherry-pick in progressREVERT_HEAD- revert in progress- The
ky2()function at line 405477 now callsrm5()and returns early if any state file exists - Evidence: New function added at line 16108, integration at line 17927
Related
Other releases about the same thing. Found by shared names or similar wording; neither means one caused the other.