revision.c: Make --full-history consider more merges
[gitweb.git] / revision.h
index 878a5556fd5e1c82f0fc35e1669e33623397ceeb..7d5763b86c5bf9e7b3b8278f41fdb00fdeb6ebd5 100644 (file)
@@ -168,6 +168,7 @@ struct rev_info {
        struct reflog_walk_info *reflog_info;
        struct decoration children;
        struct decoration merge_simplification;
+       struct decoration treesame;
 
        /* notes-specific options: which refs to show */
        struct display_notes_opt notes_opt;