@@ -606,7 +606,7 @@ static ucs_char_t next_hfs_char(const char **in) * but this is enough to catch anything that will convert * to ".git" */- return tolower(out);+ return out;
Did you consider changing the comment that we see in the pre-context here?
-- Hannes