Skip to content

Fix fetching in old git versions

This fixes a regression introduced in 60e6c22d

Apparently, adding --tags makes old git versions to fetch only tags and no branches. The behavior was modified in git 1.9 to fetch both branches and tags:

https://stackoverflow.com/a/20608181

Merge request reports