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.

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

0 comments on commit b3ce3f8

Please sign in to comment.