]> andersk Git - svn-all-fast-export.git/blobdiff - src/ruleparser.h
Add support for annotated tags
[svn-all-fast-export.git] / src / ruleparser.h
index 9525f1479cdbb7b61982552d3fa06c16e7c58666..2e0904edad72ee41fd3d3eb725069a7b18b97c6e 100644 (file)
@@ -47,6 +47,7 @@ public:
         int minRevision;
         int maxRevision;
         int lineNumber;
+        bool annotate;
 
         enum Action {
             Ignore,
@@ -54,7 +55,7 @@ public:
             Recurse
         } action;
 
-        Match() : minRevision(-1), maxRevision(-1), lineNumber(0), action(Ignore) { }
+        Match() : minRevision(-1), maxRevision(-1), lineNumber(0), annotate(false), action(Ignore) { }
     };
 
     Rules(const QString &filename);
This page took 0.024614 seconds and 4 git commands to generate.