]> git.ipfire.org Git - thirdparty/git.git/blobdiff - send-pack.c
Merge branch 'en/fill-directory-fixes-more' into maint
[thirdparty/git.git] / send-pack.c
index a7322d32788060fc3644161f05c0580d42829c1f..0407841ae87af99254f254b65bb53815790fec9a 100644 (file)
@@ -41,7 +41,9 @@ int option_parse_push_signed(const struct option *opt,
 static void feed_object(const struct object_id *oid, FILE *fh, int negative)
 {
        if (negative &&
-           !has_object_file_with_flags(oid, OBJECT_INFO_SKIP_FETCH_OBJECT))
+           !has_object_file_with_flags(oid,
+                                       OBJECT_INFO_SKIP_FETCH_OBJECT |
+                                       OBJECT_INFO_QUICK))
                return;
 
        if (negative)