💡Quickly toggle the Graph via theToggle Commit Graphcommand. 💡Maximize the Graph via theToggle Maximized Commit Graphcommand. With just a click of a button, you can navigate backwards and forwards through the history of any file. Compare changes over time and see the revision history of ...
To open the Commit Graph, open the command palette using the keyboard shortcut Cmd/ctrl + Shift + P and type “Show Commit Graph”. This will open a new tab and render your current repo’s commit history, where you may scroll through your history and resize any of the columns widths....
Description When opening the Commit Graph in a repo with thousands of commits (~3k commits and ~35k+ LOC), pick a branch and right click, switch to the branch. The Commit Graph UI does not indicate the change to the new branch (i.e. the ...
On a freshly installed VSCode (1.74.2) + GitLens (13.2.0) on MacOS (13.0.1), I'm trying to display the git log using GitLens Commit Graph with the Show Current Branch Only filter option. Several commits on unrelated branches still appear. If I hover over the branch name on the left...
Description In a fairly small git repo, viewing the commit graph makes VS Code hang completely. I then have to force quit the program. I activated debug logs but am not seeing anything interesting. The Gitlens (Git) log is attached below...
export interface GraphWrapperProps { nonce?: string; Expand Down Expand Up @@ -1588,6 +1589,14 @@ export function GraphWrapper({ ></GlGraphMinimapContainer> <GlGraphHover ref={hover as any} id="commit-hover" distance={0} skidding={15}></GlGraphHover> <GlGraphSideBar enabled={graph...
The experience of viewing file changes is poor in commit graph #2537 Closed d13 removed the pending-release label Apr 10, 2023 github-actions bot commented May 12, 2023 This issue has been automatically locked since there has not been any recent activity after it was closed. Please open...