Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
Read cvsimport options from repo-config
[gitweb.git]
/
receive-pack.c
diff --git
a/receive-pack.c
b/receive-pack.c
index 8b59b3227e8c3c920d04b05cd5b5bb4e72e7753f..7311c822dd3af2c6a1cd8da47184428d5b627b3e 100644
(file)
--- a/
receive-pack.c
+++ b/
receive-pack.c
@@
-429,9
+429,6
@@
int main(int argc, char **argv)
if (is_repository_shallow())
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)