]> Pileus Git - ~andy/git/blobdiff - http-push.c
test-lib: fix typo in comment
[~andy/git] / http-push.c
index 6dad188b5f31d47fdce86e5104aa3c6b899ebed7..cde6416d37751fe0724e7c021e858530a74cf466 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();