summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsupport/download/git1
1 files changed, 1 insertions, 0 deletions
diff --git a/support/download/git b/support/download/git
index 1172310186..c48ad36b1a 100755
--- a/support/download/git
+++ b/support/download/git
@@ -81,6 +81,7 @@ if [ -n "$(_git ls-remote origin "'${cset}'" 2>&1)" ]; then
fi
if [ ${git_done} -eq 0 ]; then
printf "Fetching all references\n"
+ _git fetch origin
_git fetch origin -t
fi
OpenPOWER on IntegriCloud