Skip to content

Force tag overwrite on mirror update

John Cai requested to merge jc-overwrite-tags-on-fetch-iupstream into master

What does this MR do?

fixes: https://gitlab.com/gitlab-org/gitlab-ce/issues/61563

In Git 2.21.0, fetch changed to have --force=false by default. This caused mirroring to fail in cases where tags were modified on the remote. This change passes in --force explicitly.

Edited by Stan Hu

Merge request reports