]> andersk Git - svn-all-fast-export.git/blobdiff - src/repository.h
Keep track of when a given branch was created instead
[svn-all-fast-export.git] / src / repository.h
index 2cee3f25cded7d9462c7c7b8538c1ac525f16e67..edd04b72d08e901314cafd2c51bd78102675282b 100644 (file)
@@ -70,7 +70,7 @@ public:
 private:
     struct Branch
     {
-        bool isCreated;
+        uint created;
     };
 
     QHash<QString, Branch> branches;
This page took 0.02412 seconds and 4 git commands to generate.