Closed Mageti closed 8 years ago
Sorry, it's not possible. The escaping prevents code injection. The easiest way to do this is by using a php method. Unless you know a way to change this…
as soon as I have some time to do it, I may test this : http://php.net/manual/fr/function.escapeshellarg.php#99213
Update: see #48, this may help you.
@Andr3as Great, thanks ! works for me :+1:
Hello, I've been using CodeGit on Codiad for a moment now, and I find it so useful, thank for that. But I found a problem : commit messages are bad encoded/escaped. As I am french, using other characters than pure ASCII, it is a problem to me. Here is an example : I enter this commit message : "Correction d'une traduction", in git log, the message become "Correction d\'une traduction". Or "Amlioration de la rcupration" registered instead of "Amélioration de la récupération". Here is a snippet of my git log (see the special characters "à" and "é" in the commit made through commandline) :
Hope you could do something for me :)