Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
bash: Support git-bisect and its subcommands.
[gitweb.git]
/
receive-pack.c
diff --git
a/receive-pack.c
b/receive-pack.c
index 7d263262d3b593b645c73b37b63356bfdea42d7f..7311c822dd3af2c6a1cd8da47184428d5b627b3e 100644
(file)
--- a/
receive-pack.c
+++ b/
receive-pack.c
@@
-429,7
+429,6
@@
int main(int argc, char **argv)
if (is_repository_shallow())
die("attempt to push into a shallow repository");
- setup_ident();
git_config(receive_pack_config);
if (0 <= transfer_unpack_limit)