rev-list --exclude: tests
[gitweb.git] / revision.h
index 92d6614af6da62160219b0df40d0caf56335ffce..b4dc56c3ca2d08fde651a153a9034def699476ac 100644 (file)
@@ -59,6 +59,9 @@ struct rev_info {
        /* The end-points specified by the end user */
        struct rev_cmdline_info cmdline;
 
+       /* excluding from --branches, --refs, etc. expansion */
+       struct string_list *ref_excludes;
+
        /* Basic information */
        const char *prefix;
        const char *def;
@@ -144,6 +147,7 @@ struct rev_info {
        int             numbered_files;
        int             reroll_count;
        char            *message_id;
+       struct ident_split from_ident;
        struct string_list *ref_message_ids;
        int             add_signoff;
        const char      *extra_headers;