X-Git-Url: https://git.tokkee.org/?a=blobdiff_plain;f=ssh-fetch.c;h=bdf51a7a1437efd49fb5c642ab9294c7f43698de;hb=0425ea90889f967c3966ace3e5a85b9a5a44c358;hp=4c172b68246eaa41f9f6630c481e6a7aa5ee295a;hpb=c326246accf36bc070b326773df2b9ec1c336037;p=git.git diff --git a/ssh-fetch.c b/ssh-fetch.c index 4c172b682..bdf51a7a1 100644 --- a/ssh-fetch.c +++ b/ssh-fetch.c @@ -124,7 +124,6 @@ int main(int argc, char **argv) prog = getenv("GIT_SSH_PUSH"); if (!prog) prog = "git-ssh-upload"; - setup_ident(); setup_git_directory(); git_config(git_default_config);