tig
tig copied to clipboard
Confusing branch graph
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:
Here it is shown so clearly that there is no ambiguity.
May be we need a character which looks like ‘⪪’ to instead '┼'?
It would be wonderful if git log --graph --oneline --all-style-graph is implemented in tig.