X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;ds=sidebyside;f=ident.c;h=99f1c85ea5f5c83247f7affd3d801ff5c14393a6;hb=a84bde927c0882db78a37d40168e98add63f2307;hp=09cf0c95c9bfc24fa3e4a8f9e212ec42b8a55eba;hpb=5fc3e67ac0241c491dcf1c0c9dcd4a4d83e7c243;p=git.git diff --git a/ident.c b/ident.c index 09cf0c95c..99f1c85ea 100644 --- a/ident.c +++ b/ident.c @@ -121,6 +121,7 @@ static int crud(unsigned char c) c == '<' || c == '>' || c == '"' || + c == '\\' || c == '\''; }