Fix missing deleteDanglingCommitdata after deleteOldSources
This commit is contained in:
Vendored
+1
@@ -79,6 +79,7 @@ class ExtendedGitGraph2 implements ILogger
|
|||||||
|
|
||||||
$this->db->beginTransaction();
|
$this->db->beginTransaction();
|
||||||
$this->db->deleteOldSources(array_map(function (IRemoteSource $v){ return $v->getName(); }, $this->sources));
|
$this->db->deleteOldSources(array_map(function (IRemoteSource $v){ return $v->getName(); }, $this->sources));
|
||||||
|
$this->db->deleteDanglingCommitdata();
|
||||||
$this->db->commitTransaction();
|
$this->db->commitTransaction();
|
||||||
|
|
||||||
$this->proclog("Update finished.");
|
$this->proclog("Update finished.");
|
||||||
|
|||||||
Reference in New Issue
Block a user