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.