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

[Feature Request] Option to show graph on the left side, and commit messages on the right #787

Open Diogo-Rossi opened 9 months ago

Diogo-Rossi commented 9 months ago

Today the graph and the commit message are show on the right side of the left edge.

image

This request intends to add the option of showing the graph and the commit message in different sides of the "main branch"

The example below shows the graph on the left and the message on the right (screen shot of GitLab).

image

The benefits of such a feature is to make it better to review complex structure of branches:

image

But I can't say if it is hard to implement.