aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/repository.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/repository.cpp b/src/repository.cpp
index 65beba8..72bbd60 100644
--- a/src/repository.cpp
+++ b/src/repository.cpp
@@ -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;