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