Skip to content
Snippets Groups Projects
Commit d804f213 authored by Axel Hahn's avatar Axel Hahn
Browse files

- fix: checkout tags with git version 1.7

parent c4149a49
No related branches found
No related tags found
No related merge requests found
...@@ -454,8 +454,6 @@ class vcs implements iVcs { ...@@ -454,8 +454,6 @@ class vcs implements iVcs {
$this->log(__FUNCTION__." start command $sGitCmd"); $this->log(__FUNCTION__." start command $sGitCmd");
// $sReturn = shell_exec($sGitCmd); // $sReturn = shell_exec($sGitCmd);
exec($sGitCmd, $sReturn, $iRc); exec($sGitCmd, $sReturn, $iRc);
echo print_r($sReturn, 1) . "<br>rc=$rc<br>";
$this->log(__FUNCTION__." end command $sGitCmd"); $this->log(__FUNCTION__." end command $sGitCmd");
return implode("\n", $sReturn). "\nrc=$iRc"; return implode("\n", $sReturn). "\nrc=$iRc";
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment