diff options
Diffstat (limited to 'support')
-rwxr-xr-x | support/download/git | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/support/download/git b/support/download/git index 0e6103b648..357a55806e 100755 --- a/support/download/git +++ b/support/download/git @@ -43,7 +43,7 @@ if [ -n "$(${GIT} ls-remote "${repo}" "${cset}" 2>&1)" ]; then fi if [ ${git_done} -eq 0 ]; then printf "Doing full clone\n" - ${GIT} clone ${verbose} --bare "${repo}" "${basename}" + ${GIT} clone ${verbose} --mirror "${repo}" "${basename}" fi GIT_DIR="${basename}" \ |