merge-recursive: Improve the error message printed when merge(1) isn't found.
[git.git] / show-branch.c
index 15b1968..1935c44 100644 (file)
@@ -492,7 +492,7 @@ static void append_one_rev(const char *av)
                append_ref(av, revkey);
                return;
        }
-       if (strchr(av, '*') || strchr(av, '?')) {
+       if (strchr(av, '*') || strchr(av, '?') || strchr(av, '[')) {
                /* glob style match */
                int saved_matches = ref_name_cnt;
                match_ref_pattern = av;