Após a atualização para o Linux Mint 19, git status -z
mostra alguns caracteres não vistos (pontos de interrogação) para arquivos não confirmados. Exemplo:
$ git status -z
?? www/include/services.php??
$ git status -z | od -t x1z
0000000 3f 3f 20 77 77 77 2f 69 6e 63 6c 75 64 65 2f 73 >?? www/include/s<
0000020 65 72 76 69 63 65 73 2e 70 68 70 00 >ervices.php.<
0000034
Eu também tentei
LC_ALL="C" git status -z
mas não mudou nada
Tags git