]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.h
submodule: make zero-oid comparison hash function agnostic
[thirdparty/git.git] / revision.h
index 12259579271d9c51652f671b29598f09de967f0a..2b30ac270d9295e00641b08483fe07cd44dc51f6 100644 (file)
@@ -219,6 +219,17 @@ 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;
+
+       /* range-diff */
+       const char *rdiff1;
+       const char *rdiff2;
+       int creation_factor;
+       const char *rdiff_title;
+
        /* commit counts */
        int count_left;
        int count_right;