1
0

update extgitgraph

This commit is contained in:
Mike Schwörer 2020-01-21 20:47:14 +01:00
parent 8426f55e2d
commit f3815c1d1c
Signed by: Mikescher
GPG Key ID: D3C7172E0A70F8CF

View File

@ -257,7 +257,6 @@ abstract class StandardGitConnection implements IRemoteSource
if (count($newcommits) === 0)
{
$this->logger->proclog("Found no new commits for: [" . $this->name . "|" . $repo->Name . "|" . $branch->Name . "] (HEAD at {" . substr($branch->HeadFromAPI, 0, 8) . "})");
if ($branch->HeadFromAPI !== $branch->Head) $db->setBranchHead($branch, $branch->HeadFromAPI);
return [];
}
@ -298,7 +297,7 @@ abstract class StandardGitConnection implements IRemoteSource
if (count($newcommits) === 0)
{
if ($branch->HeadFromAPI !== $branch->Head) $db->setBranchHead($branch, $branch->HeadFromAPI);
$db->setBranchHead($branch, null);
return [];
}