Skip to content

Improve git bare repository handling

Karel Koci requested to merge improve-git into master

For mirrors we are now using git clone --mirror istead of --bare. Previous implementation with clone --bare and fetch is problematic in case of force pushes. In such case fetch does not update refs that were force pushed. This change solves that.

Note: This change requires wipe of git mirrors on Jenkins after merge to apply.

Edited by Karel Koci

Merge request reports