[PATCH] fetch.c: Do not build object ref lists
[gitweb.git] / fetch.c
diff --git a/fetch.c b/fetch.c
index e6fd624c12323386ac64dd11f388d6d049086e66..62f30d1055af41fb9b4bb06c36f38065a840d768 100644 (file)
--- a/fetch.c
+++ b/fetch.c
@@ -206,6 +206,7 @@ int pull(char *target)
        int fd = -1;
 
        save_commit_buffer = 0;
+       track_object_refs = 0;
        if (write_ref && current_ref) {
                fd = lock_ref_sha1(write_ref, current_ref);
                if (fd < 0)