Merge branch 'jc/c99'
[gitweb.git] / ssh-fetch.c
index aef3aa4a0578c0b6c45fa20e3558e46bea4fd225..6e16568f88f6fcbbb79d23c1f6187860c8cfb453 100644 (file)
@@ -167,7 +167,7 @@ int main(int argc, char **argv)
        if (get_version())
                return 1;
 
-       if (pull(commit_id, write_ref, url))
+       if (pull(1, &commit_id, &write_ref, url))
                return 1;
 
        return 0;