What's wrong with this entry?
Anonymous. No account, no email.
What
Improved git diff generation when creating issues, with better handling of edge cases.
Details
- Handles shallow clones gracefully with HEAD-only mode
- Falls back to HEAD-only mode when no remote or merge-base is found
- Captures untracked files with size limits (500MB per file, 5GB total)
- Excludes binary files from untracked file capture
- Filters out excessively large files automatically
Evidence
New shallow clone detection (search for "Shallow clone detected, using HEAD-only mode for issue")
Strings lifted out of the shipped bundle, so the claim above can be checked against them.