Skip to content

Add the ability to fetch remote repo without tags.

Rubén Dávila requested to merge gl_ee_issue_116 into master

When fetching remote repo with tags the new remote tags are mixed in with the local tags (all tags are saved under refs/tags), this affects the UI of the Project given that we're showing up tags of a remote repo.

REF: https://gitlab.com/gitlab-org/gitlab-ee/issues/116

Merge request reports