-
Notifications
You must be signed in to change notification settings - Fork 1.7k
Closed
Labels
area-graphIssues or features related to the Commit GraphIssues or features related to the Commit GraphtriagedTeam has reviewed, verified, or reproduced thisTeam has reviewed, verified, or reproduced thisverified ✔VerifiedVerified
Milestone
Description
Adds context menu actions to quickly filter the Commit Graph to show only commits from a selected branch or tag.
Impact
Users working with repositories containing many branches can now quickly focus the Commit Graph on a single branch or tag by right-clicking it and selecting "Solo Branch in Commit Graph" or "Solo Tag in Commit Graph". This eliminates the need to manually type ref: search queries, improving efficiency when investigating specific feature branches or release tags.
Validation
- Open a repository with multiple branches and tags
- Open the Commit Graph
- Right-click any branch in the graph or in the Branches view
- Select "Solo Branch in Commit Graph" from the context menu
- Confirm the graph filters to show only that branch's commits with
ref:branch-nameapplied to the search - Clear the search filter
- Right-click a tag and select "Solo Tag in Commit Graph"
- Confirm the graph filters to show only that tag's commits
Risk
Low — Adds new context menu commands that invoke existing graph search/filter functionality. No changes to core graph rendering or filtering logic.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
area-graphIssues or features related to the Commit GraphIssues or features related to the Commit GraphtriagedTeam has reviewed, verified, or reproduced thisTeam has reviewed, verified, or reproduced thisverified ✔VerifiedVerified