Skip to content

Prevent graph spacing issue

gitlab-qa-bot requested to merge github/fork/yvbeek/master into master

Created by: yvbeek

As described in issue: https://github.com/gitlabhq/gitlabhq/issues/7505

Graph spacing doesn't work properly:

  • Branch lines sometimes cross unnecessary
  • Branch lines sometimes move to the left for no reason

The network graph is a lot easier to understand without the spacing and looks more like other git branch graphs.

Merge request reports