Replies: 1 comment
-
I'm similar in wanting just the current branch when the panel is minimised, but when it's maximised I sometimes want to show all branches, and sometimes just want just the current branch. Would a toggle also make sense, eg Presumably |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I really love the combined git log graph where it shows a visual of the branches and commits:
The problem is that when the commits pane is small, i want to see neither a graph, nor all branch commits in one pane
but when its maximized, i want both
currently the showGraph setting works great when maximized, but i when its maximized thats when i want to see all commits together (given the fact that the visual helps you differentiate between them)
Right now i have to set
showWholeGraph
to false becuase its just way too confusing to see mixed in commits with no graph in a tiny windowIs there a way to get
showWholeGraph
to have the same options asshowGraph
? (ie...when-maximized
,always
etc)Beta Was this translation helpful? Give feedback.
All reactions