ForNeVeR/Fenrir

Support non-ASCII file names in the repositories

Ouverte

#119 ouverte le 22 mars 2025

 (0 commentaire) (0 réaction) (0 personne assignée)F# (2 forks)auto 404
enhancementgood first issuehelp wanted

Métriques du dépôt

Stars
 (34 étoiles)
Métriques de merge PR
 (Métriques PR en attente)

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.

Guide contributeur