X-Git-Url: http://andersk.mit.edu/gitweb/svn-all-fast-export.git/blobdiff_plain/a812d0b14d8e341c48201354122578705af873e4..b4cb51888233275e6ec09f084f9fba371e01e759:/src/ruleparser.cpp diff --git a/src/ruleparser.cpp b/src/ruleparser.cpp index e6ba7b5..0f675dd 100644 --- a/src/ruleparser.cpp +++ b/src/ruleparser.cpp @@ -104,6 +104,8 @@ void Rules::load() match.action = Match::Export; else if (action == "ignore") match.action = Match::Ignore; + else if (action == "recurse") + match.action = Match::Recurse; else qFatal("Invalid action \"%s\" on line %d", qPrintable(action), lineNumber); continue;