~ubuntu-branches/ubuntu/intrepid/git-core/intrepid-security

« back to all changes in this revision

Viewing changes to peek-remote.c

  • Committer: Package Import Robot
  • Author(s): Gerrit Pape
  • Date: 2007-10-04 08:27:01 UTC
  • mfrom: (1.1.23)
  • Revision ID: package-import@ubuntu.com-20071004082701-rsd058ontoqz4i30
Tags: 1:1.5.3.4-1
new upstream point release (closes: #445188).

Show diffs side-by-side

added added

removed removed

Lines of Context:
64
64
        if (!dest || i != argc - 1)
65
65
                usage(peek_remote_usage);
66
66
 
67
 
        pid = git_connect(fd, dest, uploadpack);
 
67
        pid = git_connect(fd, dest, uploadpack, 0);
68
68
        if (pid < 0)
69
69
                return 1;
70
70
        ret = peek_remote(fd, flags);