]> git.ipfire.org Git - thirdparty/git.git/blobdiff - revision.h
revision: introduce --exclude=<glob> to tame wildcards
[thirdparty/git.git] / revision.h
index 95859ba119033ba17346c701493df1474eec5df2..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;