diff --git a/public_html/deployment/classes/vcs.git.class.php b/public_html/deployment/classes/vcs.git.class.php
index b87e8c51ed243e8c74a2eb778400af4946e03bf1..24c96d16e76f58568bc68e20ec582df32d76aff9 100644
--- a/public_html/deployment/classes/vcs.git.class.php
+++ b/public_html/deployment/classes/vcs.git.class.php
@@ -431,6 +431,7 @@ class vcs implements iVcs {
 
             // TODO: git 1.9 does needs only the line with --tags
             $sGitCmd.=' ( '
+                    // . 'git fetch --update-head-ok --tags --depth 1 2>&1 ; ' // 1.5 s
                     . 'git fetch --update-head-ok --tags --depth 1 2>&1 ; ' // 1.5 s
                     //. 'git fetch --update-head-ok --depth 1 2>&1 '          // 1.5 s
                     . ') && ';