Skip to content

Visual glitch in graph, thin dashed line all the way #336

@mcdado

Description

@mcdado

I know this feels a bit anal retentive, please bear with me…

It seems that if the last changed branch is not a tip, the whole line graph for that branch is thin and dashed.

screen shot 2017-06-28 at 16 49 18

In the case of this screenshot, I rebased pixart on top of master, which created a bold branch to the top left (before it was to the right, being a branch spun out of master earlier on, the remote-tracking branch is still there).

I also had a branch called import-new-features which was before the tip of pixart (also seen on the right with the remote-tracking branch). To update it's location, I used the "Set Tip" on the corresponding commit of the newly rebased branch. This cause the branch import-new-features to be the left-most, and since it's not a bold-line change, it has a thin dash line. The problem is that it doesn't stop at the juncture with pixart, it goes all the way down to the beginning of time, and you can see white breaks due to the commits dots. I would need to make some commits on either branch to solve the visual glitch.

Another way to go about it would be rebasing import-new-features instead of pixart, set pixart's tip to import-new-features and then cherry-pick the commits from the remote-tracking branch. With a couple of commits it's fine, with a more a complex history it becomes a bit tedious.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions