X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=blobdiff_plain;f=ssh-fetch.c;h=bdf51a7a1437efd49fb5c642ab9294c7f43698de;hb=6e863d6d129a1b6a13c66d0bb03f3d43db6c51fe;hp=4c172b68246eaa41f9f6630c481e6a7aa5ee295a;hpb=38ebbacd93eb547b3608b64a2efc60fd79e1ea85;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);