Skip to content

Add Tag-Based Categorization / Filtering #74

@victorwwd

Description

@victorwwd

Description

Git Graph currently filters and groups commits based on branches only.
In repositories that use tags heavily (e.g. release tags, version tags), it would be very useful to also group and filter by tags.


Suggested UI / Behavior

Extend the existing branch structure to include tags, for example:

branches
├─ main
├─ develop
└─ tags
   ├─ v1.0.0
   ├─ v1.1.0

Or conceptually:

branches → branches / tags

Why This Helps

  • Easier navigation of release commits
  • Clear separation between mutable branches and immutable tags
  • Better usability in repositories with many tags

Compatibility

This could be optional (configurable) and would not affect existing branch-only workflows.


Metadata

Metadata

Assignees

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions