mlange-42 / git-graph

Command line tool to show clear git graphs arranged for your branching model

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Show tags and commits that can be reached through tags only

mlange-42 opened this issue · comments

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.