2
0
stany.ferer 3 сар өмнө
parent
commit
0ba26221c5

+ 2 - 0
core/class/git.class.php

@@ -43,6 +43,8 @@ class git
         } else {
             $target = "origin/" . $_target;
         }
+
+        exec('git fetch --all --prune');
         $output = [];
         $retval = 0;
         $cmd = 'git log --pretty="%H" -n1 ' . $target;