Add pin/unpin branch to left in commit graph#5181
Open
Conversation
5150465 to
53183c0
Compare
6 tasks
sergeibbb
added a commit
that referenced
this pull request
Apr 29, 2026
53183c0 to
3d36c34
Compare
sergeibbb
added a commit
that referenced
this pull request
Apr 29, 2026
Member
Author
|
augment review |
6 tasks
|
Sorry, Augment failed to review this pull request. |
Member
Author
|
Assigning back to me: I have just remembered that we wanted to move the "navigate to the pinned branch" button from the toolbar to the table headings. |
3d36c34 to
09c5b32
Compare
sergeibbb
added a commit
that referenced
this pull request
May 4, 2026
sergeibbb
added a commit
that referenced
this pull request
May 4, 2026
09c5b32 to
cbddb21
Compare
sergeibbb
added a commit
that referenced
this pull request
May 4, 2026
cbddb21 to
7791770
Compare
Rebase Successful
Summary
Generated by Merge Mate at 2026-05-06 23:03:26 UTC |
sergeibbb
added a commit
that referenced
this pull request
May 5, 2026
7791770 to
14674e6
Compare
sergeibbb
added a commit
that referenced
this pull request
May 5, 2026
sergeibbb
added a commit
that referenced
this pull request
May 5, 2026
14674e6 to
7e6ec81
Compare
sergeibbb
added a commit
that referenced
this pull request
May 5, 2026
Member
Author
|
augment review |
🤖 Augment PR SummarySummary: Adds support for pinning a branch column to the left in the Commit Graph, with UI affordances to pin/unpin and to jump back to the pinned reference. Changes:
Technical Notes: Pinned state is stored by ref 🤖 Was this summary useful? React with 👍 or 👎 |
7e6ec81 to
afccf24
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Solves #5139
Summary
gitlens.graph.pinBranchToLeftandgitlens.graph.unpinBranchFromLeftcommands with context menu entries on branch ref nodesGraphWebviewProviderwith workspace storage persistenceGlGraphHeaderto show a notification when the pinned reference changes and adds jump-to-reference supportgraphRowProcessorchanges to prioritize the pinned branch column in the graph layoutTest plan
tests/e2e/specs/graphPin.test.ts🤖 Generated with Claude Code