Skip to content

Fix status_file (and index/tree path handling) for non-ASCII paths - #1484

Open
jdavid wants to merge 1 commit into
masterfrom
encoding
Open

Fix status_file (and index/tree path handling) for non-ASCII paths#1484
jdavid wants to merge 1 commit into
masterfrom
encoding

Conversation

@jdavid

@jdavid jdavid commented Aug 12, 2026

Copy link
Copy Markdown
Member

Encode repository-internal paths as UTF-8 instead of filesystem encoding, and normalize to NFC on macOS to match Git's core.precomposeunicode default. status_file now also accepts raw bytes.

Add regression tests covering non-ASCII, non-breaking space, NFC/NFD, and raw bytes paths.

Related to #687

Assisted-by: Kimi Code

Encode repository-internal paths as UTF-8 instead of filesystem encoding,
and normalize to NFC on macOS to match Git's core.precomposeunicode
default. status_file now also accepts raw bytes.

Add regression tests covering non-ASCII, non-breaking space, NFC/NFD,
and raw bytes paths.

Fixes #687

Assisted-by: Kimi Code
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant