]> andersk Git - svn-all-fast-export.git/blobdiff - src/ruleparser.h
Reintroduce the recurse rule. It's useful if you have a catch-all ignore rule.
[svn-all-fast-export.git] / src / ruleparser.h
index d70a39b143b07e99c3a4e262cd3976dd54dd7f79..9525f1479cdbb7b61982552d3fa06c16e7c58666 100644 (file)
@@ -50,7 +50,8 @@ public:
 
         enum Action {
             Ignore,
-            Export
+            Export,
+            Recurse
         } action;
 
         Match() : minRevision(-1), maxRevision(-1), lineNumber(0), action(Ignore) { }
This page took 0.023892 seconds and 4 git commands to generate.