提交 94d8213f 编写于 作者: J Junio C Hamano

receive-pack: call setup_ident before git_config

Otherwise we would end up getting values from Gecos which is often not
what people would want.
Signed-off-by: NJunio C Hamano <junkio@cox.net>
上级 3159c8dc
......@@ -261,6 +261,7 @@ int main(int argc, char **argv)
if (!enter_repo(dir, 0))
die("'%s': unable to chdir or not a git archive", dir);
setup_ident();
git_config(git_default_config);
write_head_info();
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册