]> git.ipfire.org Git - thirdparty/git.git/blobdiff - combine-diff.c
Remove "refs" field from "struct object"
[thirdparty/git.git] / combine-diff.c
index 8a8fe3863a002ea6b62a760d5413dfe0fd0ffde7..64b20cce2427fcf0cd9565f5e24efce78abb0088 100644 (file)
@@ -608,6 +608,7 @@ static int show_patch_diff(struct combine_diff_path *elem, int num_parent,
        int abbrev = opt->full_index ? 40 : DEFAULT_ABBREV;
        mmfile_t result_file;
 
+       context = opt->context;
        /* Read the result of merge first */
        if (!working_tree_file)
                result = grab_blob(elem->sha1, &result_size);