Skip to content

Commit

Permalink
fix: non-ascii paths in git walker
Browse files Browse the repository at this point in the history
`git ls-files` was providing some `"..."` quoted paths when it encountered emojis in the file/dir name.

Running them through `strconv.Unquote` fixes things.

Fixes #485

Signed-off-by: Brian McGee <[email protected]>
  • Loading branch information
brianmcgee committed Nov 23, 2024
1 parent 08c721e commit 91aef76
Show file tree
Hide file tree
Showing 5 changed files with 123 additions and 100 deletions.
Loading

0 comments on commit 91aef76

Please sign in to comment.