]> git.ipfire.org Git - thirdparty/git.git/blobdiff - object-store.h
Merge branch 'jt/batch-fetch-blobs-in-diff'
[thirdparty/git.git] / object-store.h
index 56f8aea1cc8df60f3664c50d81a17277a55a7458..b086f5ecdb82a105b9b3381de9893cb72bc5871c 100644 (file)
@@ -280,6 +280,12 @@ struct object_info {
 #define OBJECT_INFO_QUICK 8
 /* Do not check loose object */
 #define OBJECT_INFO_IGNORE_LOOSE 16
+/*
+ * Do not attempt to fetch the object if missing (even if fetch_is_missing is
+ * nonzero). This is meant for bulk prefetching of missing blobs in a partial
+ * clone. Implies OBJECT_INFO_QUICK.
+ */
+#define OBJECT_INFO_FOR_PREFETCH (32 + OBJECT_INFO_QUICK)
 
 int oid_object_info_extended(struct repository *r,
                             const struct object_id *,