Skip to content

Fix style of network graph.

Created by: hiroponz

  1. Incerease width of panel with month names(refs #3258)
  2. Use arrowed line only if it connects to not first parent
    • It is easy to see which branch is merged.

Before

allowed_line_if_not_first_parent_before

After

allowed_line_if_not_first_parent_after

Merge request reports