]> andersk Git - svn-all-fast-export.git/blobdiff - src/repository.cpp
Initialize variable
[svn-all-fast-export.git] / src / repository.cpp
index 65beba83e29a4faa101495c750f4886649a7bd34..72bbd602b7d2cfe20b6358a9998c831546c607f0 100644 (file)
@@ -20,7 +20,7 @@
 #include <QDebug>
 
 Repository::Repository(const Rules::Repository &rule)
-    : name(rule.name), processHasStarted(false)
+    : name(rule.name), commitCount(0), processHasStarted(false)
 {
     foreach (Rules::Repository::Branch branchRule, rule.branches) {
         Branch branch;
This page took 0.024511 seconds and 4 git commands to generate.