add: convert to use parse_pathspec
[gitweb.git] / wt-status.h
index 4121bc208db2fbe5e4eb00af10056a9d8c0bab40..8463672ed3f41a58218ae084a5604cd5b569350b 100644 (file)
@@ -44,7 +44,7 @@ struct wt_status {
        int is_initial;
        char *branch;
        const char *reference;
-       const char **pathspec;
+       struct pathspec pathspec;
        int verbose;
        int amend;
        enum commit_whence whence;