mlange-42 / git-graph

Command line tool to show clear git graphs arranged for your branching model
MIT License
542 stars 21 forks source link

Show tags and commits that can be reached through tags only #18

Closed mlange-42 closed 3 years ago

mlange-42 commented 3 years ago

Problem: currently, only commits than can be reached from branches are displayed. "Unreachable" commits are filtered out to hide "remote commits" when option --local is given.

Commits only reachable from tags should also be displayed. Further, it should be possible to assign colors to "tag-only" commits.