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.9k stars 244 forks source link

Separate entry for HEAD in Branches filter #753

Open vwkd opened 1 year ago

vwkd commented 1 year ago

Describe the feature that you'd like During a rebase, HEAD might not be on any branch. Currently, "Show All" has to be selected in the Branches filter for HEAD to be shown. This might be undesirable if there are lots of commits that pollute the graph.

Additional context (optional)