]> andersk Git - svn-all-fast-export.git/blobdiff - src/repository.h
Fail if writing to the process fails
[svn-all-fast-export.git] / src / repository.h
index edd04b72d08e901314cafd2c51bd78102675282b..4692080a2f5c077b6c823165e2f25d5d75c046b1 100644 (file)
@@ -70,12 +70,14 @@ public:
 private:
     struct Branch
     {
-        uint created;
+        int created;
     };
 
     QHash<QString, Branch> branches;
     QString name;
     QProcess fastImport;
+    int commitCount;
+    bool processHasStarted;
 
     void startFastImport();
 
This page took 0.115488 seconds and 4 git commands to generate.