mhutchie / vscode-git-graph

View a Git Graph of your repository in Visual Studio Code, and easily perform Git actions from the graph.
https://marketplace.visualstudio.com/items?itemName=mhutchie.git-graph
Other
1.89k stars 243 forks source link

Show all branches for specific commit same as (git log --graph --oneline) #808

Open GabrielSaber opened 3 months ago

GabrielSaber commented 3 months ago

In the "Description column" if a commit has many branches, I can't see them all (select one to checkout) , it only show what is fit the column width. I can't even horizontal scroll to see select any.

Currently I can show them if I hover over the commit bullet but i can't select from the popup. but It would be nice to show all branches/tags in the "description" of a commit, either by enabling horizontal scroll on the description column or show it in multiple lines.