hakoerber / git-repo-manager

A git tool to manage worktrees and integrate with GitHub and GitLab
https://hakoerber.github.io/git-repo-manager/
GNU General Public License v3.0
67 stars 9 forks source link

Simplify handling of non-UTF8 filenames #35

Open hakoerber opened 2 years ago

hakoerber commented 2 years ago

Maybe https://docs.rs/camino/latest/camino/ is a good option?

Theoretically, git works with non-UTF8 files as well. But I think it would be fine to just bail on these kind of repositories.