pathspec: support :(glob) syntax
[gitweb.git] / builtin / ls-tree.c
index 1c4f48ea8f2b02c09685e35ace5fc94519447c32..7882352a9b06534592aa98732ec2841928d006a5 100644 (file)
@@ -173,7 +173,7 @@ int cmd_ls_tree(int argc, const char **argv, const char *prefix)
         * cannot be lifted until it is converted to use
         * match_pathspec_depth() or tree_entry_interesting()
         */
-       parse_pathspec(&pathspec, 0,
+       parse_pathspec(&pathspec, PATHSPEC_GLOB,
                       PATHSPEC_PREFER_CWD,
                       prefix, argv + 1);
        for (i = 0; i < pathspec.nr; i++)