Skip to content
Snippets Groups Projects
Commit 142ea644 authored by hahn's avatar hahn
Browse files

remove a git fetch for older git versions

parent 47860870
No related branches found
No related tags found
1 merge request!195534 add docker
...@@ -431,6 +431,7 @@ class vcs implements iVcs { ...@@ -431,6 +431,7 @@ class vcs implements iVcs {
// TODO: git 1.9 does needs only the line with --tags // TODO: git 1.9 does needs only the line with --tags
$sGitCmd.=' ( ' $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 --tags --depth 1 2>&1 ; ' // 1.5 s
//. 'git fetch --update-head-ok --depth 1 2>&1 ' // 1.5 s //. 'git fetch --update-head-ok --depth 1 2>&1 ' // 1.5 s
. ') && '; . ') && ';
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment