parse_pathspec: support prefixing original patterns
[gitweb.git] / pathspec.h
index 450fc030349bf90e59a156b19648ef4edc806eb8..2e427d7f4c36bce6285d677cb29d911b110c2d14 100644 (file)
@@ -43,6 +43,7 @@ struct pathspec {
  * safer than _SLASH_CHEAP and also more expensive.
  */
 #define PATHSPEC_STRIP_SUBMODULE_SLASH_EXPENSIVE (1<<5)
+#define PATHSPEC_PREFIX_ORIGIN (1<<6)
 
 extern int init_pathspec(struct pathspec *, const char **);
 extern void parse_pathspec(struct pathspec *pathspec,