vscode-git-graph icon indicating copy to clipboard operation
vscode-git-graph copied to clipboard

Hide/filter most commits on master, only showing those coming off of the master branch.

Open erichan-openai opened this issue 6 months ago • 0 comments

Describe the feature that you'd like Git graph is useful, but it gets cluttered with a ton of commits if other people are working in the repo. I want to basically have master as a line where you hide most commits i.e.

master-...lots of commits...-A-...lots of commits-...
                             /
              D - C - B- - - 
                  /
               E -

where I have D or E checked out (both checkouts should display this same graph). I don't want to see the lots of commits on master.

Not sure if this already exists.

erichan-openai avatar Nov 01 '25 18:11 erichan-openai