Skip to content

No more dupes in branches list

Aust requested to merge (removed):master into master

Any versions of GitLab 7+ were giving me duped branches. See https://gitlab.com/gitlab-org/gitlab-ce/issues/922

Running git branch -a showed that they were not duped in my git repo so I looked into the issue. Editing the branch_names and branches functions to use uniq solved my issue.

Merge request reports