Allow non-developer to clone, checkout and fetch more easily.
[gitweb.git] / receive-pack.c
index 8b59b3227e8c3c920d04b05cd5b5bb4e72e7753f..7d263262d3b593b645c73b37b63356bfdea42d7f 100644 (file)
@@ -430,8 +430,6 @@ int main(int argc, char **argv)
                die("attempt to push into a shallow repository");
 
        setup_ident();
-       /* don't die if gecos is empty */
-       ignore_missing_committer_name();
        git_config(receive_pack_config);
 
        if (0 <= transfer_unpack_limit)