Skip to content
Snippets Groups Projects

5534 add docker

1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -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
. ') && ';
Loading