test: add test for --use-mailmap option
[gitweb.git] / revision.h
index a95bd0b3f3026068046d469a74d1a2d85e50e314..83a79f5815f7d868dc7d36f61d9890625251e6cc 100644 (file)
@@ -111,6 +111,7 @@ struct rev_info {
 
        /* Format info */
        unsigned int    shown_one:1,
+                       shown_dashes:1,
                        show_merge:1,
                        show_notes:1,
                        show_notes_given:1,
@@ -142,6 +143,7 @@ struct rev_info {
        const char      *subject_prefix;
        int             no_inline;
        int             show_log_size;
+       struct string_list *mailmap;
 
        /* Filter by commit log message */
        struct grep_opt grep_filter;