]> git.ipfire.org Git - thirdparty/git.git/blobdiff - apply.c
Merge branch 'sb/object-store-lookup'
[thirdparty/git.git] / apply.c
diff --git a/apply.c b/apply.c
index 959c45791008214cbc971493afaeb5f0e761f486..49752cde44df6f0853051abacf8546ab92ee4d7a 100644 (file)
--- a/apply.c
+++ b/apply.c
@@ -9,6 +9,7 @@
 
 #include "cache.h"
 #include "config.h"
+#include "object-store.h"
 #include "blob.h"
 #include "delta.h"
 #include "diff.h"
@@ -4055,7 +4056,7 @@ static int preimage_oid_in_gitlink_patch(struct patch *p, struct object_id *oid)
        return get_oid_hex(p->old_sha1_prefix, oid);
 }
 
-/* Build an index that contains the just the files needed for a 3way merge */
+/* Build an index that contains just the files needed for a 3way merge */
 static int build_fake_ancestor(struct apply_state *state, struct patch *list)
 {
        struct patch *patch;