]> git.ipfire.org Git - thirdparty/git.git/blobdiff - http-push.c
Merge branch 'jk/http-auth-redirects' into maint
[thirdparty/git.git] / http-push.c
index 09ebb8f48c80dac22bd5c7cab77e1cfcf19933ed..b1e74d2086b8e0dee261358622016f6613249fcf 100644 (file)
@@ -1976,7 +1976,7 @@ int main(int argc, char **argv)
                pushing = 0;
                if (prepare_revision_walk(&revs))
                        die("revision walk setup failed");
-               mark_edges_uninteresting(revs.commits, &revs, NULL);
+               mark_edges_uninteresting(&revs, NULL);
                objects_to_send = get_delta(&revs, ref_lock);
                finish_all_active_slots();