remove init_pathspec() in favor of parse_pathspec()
[gitweb.git] / pathspec.h
index 6baf2058622d0a9d26e5a20547525a60ebd30ccb..cadd46cca59b2788310f5f7a2f42f649c803257a 100644 (file)
@@ -51,8 +51,8 @@ struct pathspec {
  */
 #define PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE (1<<5)
 #define PATHSPEC_PREFIX_ORIGIN (1<<6)
+#define PATHSPEC_KEEP_ORDER (1<<7)
 
-extern int init_pathspec(struct pathspec *, const char **);
 extern void parse_pathspec(struct pathspec *pathspec,
                           unsigned magic_mask,
                           unsigned flags,