fork-dev / TrackerWin

Bug and issue tracker for Fork for Windows
463 stars 10 forks source link

Enhancement: show or filter descendants #2379

Open gcardwel opened 5 days ago

gcardwel commented 5 days ago

Sometimes when reviewing branch history, especially one that is very "branchy", It's difficult even with the branch colorization to see what later commits are descendants of an earlier commit or branch.

With gitk, you can easily show this with:

gitk --all --ancestry-path CHANGESET-SHA..

and get a visual of what comes from that CHANGESET. A selection in the "view" menu that filters would be very useful for minimizing the clutter, and could work similarly to the existing "filter by active branch" option.