Tajti Ákos <akos.tajti@xxxxxxxxxxx> writes: > I have a file named "árvíz.txt" in my repository. When modify that > file and execute git diff, the first line looks like this: > diff --git "a/\303\241rv\303\255z.txt" "b/\303\241rv\303\255z.txt" > > Is there an option that (if specified) will get git to print > "árvíz.txt" instead of this escaped string? Yes, there is, namely `core.quotepath`. This probably should make it into FAQ on Git Wiki, and into git-diff manpage... -- Jakub Narębski -- To unsubscribe from this list: send the line "unsubscribe git" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html