We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 45fd9ed commit cf320ccCopy full SHA for cf320cc
src/libgit2/signature.c
@@ -43,7 +43,6 @@ static bool contains_angle_brackets(const char *input)
43
static bool is_crud(unsigned char c)
44
{
45
return c <= 32 ||
46
- c == '.' ||
47
c == ',' ||
48
c == ':' ||
49
c == ';' ||
0 commit comments