]> git.ipfire.org Git - thirdparty/git.git/blobdiff - ident.c
documentation: fix whitespace issues
[thirdparty/git.git] / ident.c
diff --git a/ident.c b/ident.c
index 08be4d0747d7d68c8ce336886270a93fb2048987..cc7afdbf8197e981e02b6257a4618197063db69f 100644 (file)
--- a/ident.c
+++ b/ident.c
@@ -203,7 +203,6 @@ void reset_ident_date(void)
 static int crud(unsigned char c)
 {
        return  c <= 32  ||
-               c == '.' ||
                c == ',' ||
                c == ':' ||
                c == ';' ||