]> git.ipfire.org Git - thirdparty/git.git/blobdiff - diff.c
convert: permit passing additional metadata to filter processes
[thirdparty/git.git] / diff.c
diff --git a/diff.c b/diff.c
index f2cfbf2214a29fc9ddf0e356230df7625d3d1139..12761c8017ca83ffc0b77420b61989199ceb02a6 100644 (file)
--- a/diff.c
+++ b/diff.c
@@ -4071,7 +4071,7 @@ static void prep_temp_blob(struct index_state *istate,
        if (!temp->tempfile)
                die_errno("unable to create temp-file");
        if (convert_to_working_tree(istate, path,
-                       (const char *)blob, (size_t)size, &buf)) {
+                       (const char *)blob, (size_t)size, &buf, NULL)) {
                blob = buf.buf;
                size = buf.len;
        }