shortlog: allow --exclude=<glob> to be passed
[gitweb.git] / revision.c
index 3e8287425d65024c177da88eaa90880fe37e33c5..9daaf35801106ea33547b5389953890fa76bbaa1 100644 (file)
@@ -1612,6 +1612,7 @@ static int handle_revision_opt(struct rev_info *revs, int argc, const char **arg
            !strcmp(arg, "--reflog") || !strcmp(arg, "--not") ||
            !strcmp(arg, "--no-walk") || !strcmp(arg, "--do-walk") ||
            !strcmp(arg, "--bisect") || !prefixcmp(arg, "--glob=") ||
+           !prefixcmp(arg, "--exclude=") ||
            !prefixcmp(arg, "--branches=") || !prefixcmp(arg, "--tags=") ||
            !prefixcmp(arg, "--remotes=") || !prefixcmp(arg, "--no-walk="))
        {