X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=receive-pack.c;h=5e5510bc3dadff835324f46b0cd936ceba8f1c6e;hb=5fed4668153c9ca6e44ec84a0976089f515705aa;hp=e76d9aea31886ec9b0d287f02a12af9793fb44db;hpb=8042ed1cebd37419ff38f540482355c0f1d30936;p=git.git diff --git a/receive-pack.c b/receive-pack.c index e76d9aea3..5e5510bc3 100644 --- a/receive-pack.c +++ b/receive-pack.c @@ -420,6 +420,8 @@ int main(int argc, char **argv) die("'%s': unable to chdir or not a git archive", dir); setup_ident(); + /* don't die if gecos is empty */ + ignore_missing_committer_name(); git_config(receive_pack_config); write_head_info();