tig icon indicating copy to clipboard operation
tig copied to clipboard

Confusing branch graph

Open flw-cn opened this issue 5 years ago • 1 comments

image

As you can see above, the base of feat/issue-510-conceal-backslash is the upstream/master, but because there are three lines intersecting here, it looks like feat/issue-510-conceal-backslash is a line that extends from 9497be6.

Comparing the results of git log --graph --oneline --all:

image

Here it is shown so clearly that there is no ambiguity.

May be we need a character which looks like ‘⪪’ to instead '┼'?

flw-cn avatar Sep 14 '20 02:09 flw-cn

It would be wonderful if git log --graph --oneline --all-style-graph is implemented in tig.

QwertyJack avatar Apr 06 '21 14:04 QwertyJack