]> andersk Git - svn-all-fast-export.git/blobdiff - src/repository.h
checkpoint every now and then
[svn-all-fast-export.git] / src / repository.h
index edd04b72d08e901314cafd2c51bd78102675282b..f971345787cfdf6f4d0901da78ad69132aa989e8 100644 (file)
@@ -70,12 +70,13 @@ public:
 private:
     struct Branch
     {
-        uint created;
+        int created;
     };
 
     QHash<QString, Branch> branches;
     QString name;
     QProcess fastImport;
+    int commitCount;
 
     void startFastImport();
 
This page took 0.402717 seconds and 4 git commands to generate.