Merge branch 'es/format-patch-interdiff'
[gitweb.git] / revision.h
index 12259579271d9c51652f671b29598f09de967f0a..91bc180e37dc7d7810c0ab3e883e26cbe851385a 100644 (file)
@@ -219,6 +219,11 @@ struct rev_info {
        /* notes-specific options: which refs to show */
        struct display_notes_opt notes_opt;
 
+       /* interdiff */
+       const struct object_id *idiff_oid1;
+       const struct object_id *idiff_oid2;
+       const char *idiff_title;
+
        /* commit counts */
        int count_left;
        int count_right;