]> andersk Git - svn-all-fast-export.git/blobdiff - src/ruleparser.cpp
Reintroduce the recurse rule. It's useful if you have a catch-all ignore rule.
[svn-all-fast-export.git] / src / ruleparser.cpp
index e6ba7b5b40dc14ec7eae042663912148c995a389..0f675ddaa20e697721fec4d34b8366cd2aca8b28 100644 (file)
@@ -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;
This page took 0.034274 seconds and 4 git commands to generate.