Skip to content

Commit cf320cc

Browse files
committed
Do not trim dots from usernames
1 parent 45fd9ed commit cf320cc

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/libgit2/signature.c

-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ static bool contains_angle_brackets(const char *input)
4343
static bool is_crud(unsigned char c)
4444
{
4545
return c <= 32 ||
46-
c == '.' ||
4746
c == ',' ||
4847
c == ':' ||
4948
c == ';' ||

0 commit comments

Comments
 (0)