You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`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 <brian@bmcgee.ie>
0 commit comments