You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Mark wrongenc.inc files as binary in .gitattributes to prevent encoding
conversion issues on different platforms. These files contain intentional
Latin-1 encoded content for testing Sphinx's encoding handling and should
remain byte-for-byte identical.
Fixes git errors like:
- "failed to encode from UTF-8 to latin-1"
- stash/unstash failures with these files
🤖 Generated with [Claude Code](https://claude.ai/code)
Co-Authored-By: Claude <[email protected]>
0 commit comments