ForNeVeR/Fenrir

Support non-ASCII file names in the repositories

Open

#119 opened on Mar 22, 2025

 (0 comments) (0 reactions) (0 assignees)F# (2 forks)auto 404
enhancementgood first issuehelp wanted

Repository metrics

Stars
 (34 stars)
PR merge metrics
 (PR metrics pending)

Description

See this code: https://github.com/ForNeVeR/Fenrir/blob/5cfa3e6f51eaf3d1f2e08fb5d08c10ef8dcb9178/Fenrir.Git/Commands.fs#L82-L93

Currently, it seems we read the file names from tree objects in ASCII.

We should figure out what's the real encoding Git uses, and also use that to read the tree objects.

Contributor guide