diff options
Diffstat (limited to 'receive-pack.c')
-rw-r--r-- | receive-pack.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/receive-pack.c b/receive-pack.c index 7d263262d3..7311c822dd 100644 --- 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) |