Skip to content

WIP: Filter branches in show all refs

Gabriel Mazetto requested to merge filter-branches-in-show-all-refs into master

This is a followup on https://gitlab.com/gitlab-org/gitlab-ee/issues/3341 based on the discussion here: https://gitlab.com/gitlab-org/gitlab-ee/issues/5447 we are going to filter out refs/tmp and refs/remotes even when ShowAllRefs = true, as they are useless for Geo replication, and we can speed up the whole thing by omitting them.

cc @nick.thomas @stanhu

Edited by Gabriel Mazetto

Merge request reports