You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- The Commit Graph helps you easily visualize branch structure and commit history. Not only does it help you verify your changes, but also easily see changes made by others and when.
- Adds [**rich integration**](https://github.com/gitkraken/vscode-gitlens#remote-provider-integrations-) with GitHub Enterprise — closes [#1210](https://github.com/gitkraken/vscode-gitlens/issues/1210)
11
+
- ✨ Adds an all-new [**Commit Graph**](https://github.com/gitkraken/vscode-gitlens#commit-graph-), a [GitLens+ feature](https://gitkraken.com/gitlens/plus-features)— helps you to easily visualize branch structure and commit history. Not only does it help you verify your changes, but also easily see changes made by others and when
- Adds a [**Commit Details view**](https://github.com/gitkraken/vscode-gitlens#commit-details-view-)— provides rich details for commits and stashes
14
+
- Contextually updates as you navigate:
15
+
- lines in the text editor
16
+
- commits in the _Commit Graph_, _Visual File History_, or _Commits_ view
17
+
- stashes in the _Stashes_ view
18
+
- Alteratively, you can search for or choose a commit directly from the view
- Adds associated pull request to line annotations and hovers
16
21

17
22
- Adds associated pull request to status bar blame
@@ -20,13 +25,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
20
25
- Adds associated pull requests to branches and commits in GitLens views
21
26
- Adds rich autolinks for GitHub issues and merge requests, including titles, status, and authors
22
27
- Adds rich support to _Autolinked Issues and Pull Requests_ within comparisons to list autolinked GitHub issues and merge requests in commit messages
- The Commit Details View provides rich details for commits and stashes.
25
-
- These details will contextually update as you navigate:
26
-
- lines in the text editor
27
-
- commits in the Commit Graph, Visual File History, or Commits view
28
-
- stashes in the Stashes view
29
-
- Alteratively, search for or choose a commit directly from the view.
30
28
- Adds new stash behaviors to use the Source Control (commit message) input box — closes [#2081](https://github.com/gitkraken/vscode-gitlens/issues/2081)
31
29
- When a stash is applied or popped and the Source Control input is empty, we will now update the Source Control input to the stash message
32
30
- When stashing changes and the Source Control input is not empty, we will now default the stash message input to the Source Control input value
@@ -88,7 +86,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88
86
89
87
### Added
90
88
91
-
- Adds [**rich integration**](https://github.com/gitkraken/vscode-gitlens#remote-provider-integrations-) with GitLab and GitLab self-managed instances — closes [#1236](https://github.com/gitkraken/vscode-gitlens/issues/1236)
89
+
-✨ Adds [**rich integration**](https://github.com/gitkraken/vscode-gitlens#remote-provider-integrations-) with GitLab and GitLab self-managed instances — closes [#1236](https://github.com/gitkraken/vscode-gitlens/issues/1236)
92
90
- Adds associated pull request to line annotations and hovers
93
91

94
92
- Adds associated pull request to status bar blame
Copy file name to clipboardExpand all lines: README.md
+10-9Lines changed: 10 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ Here are just some of the **features** that GitLens provides,
43
43
-[**changes**](#file-changes-'Jump to File Changes')— highlights any local (unpublished) changes or lines changed by the most recent commit
44
44
-[**heatmap**](#file-heatmap-'Jump to File Heatmap')— shows how recently lines were changed, relative to all the other changes in the file and to now (hot vs. cold)
45
45
- many rich **Side Bar views**
46
+
- a [**_Commit Details_ view**](#commits-details-view-'Jump to the Commits Details view') to provides rich details for commits and stashes
46
47
- a [**_Commits_ view**](#commits-view-'Jump to the Commits view') to visualize, explore, and manage Git commits
47
48
- a [**_Repositories_ view**](#repositories-view-'Jump to the Repositories view') to visualize, explore, and manage Git repositories
48
49
- a [**_File History_ view**](#file-history-view-'Jump to the File History view') to visualize, navigate, and explore the revision history of the current file or just the selected lines of the current file
@@ -68,7 +69,7 @@ Here are just some of the **features** that GitLens provides,
68
69
- user-defined [**modes**](#modes-'Jump to Modes') for quickly toggling between sets of settings
GitLens+ adds all-new, completely optional, features that enhance your current GitLens experience when you sign in with a free account. A free GitLens+ account gives you access to these new GitLens+ features on public repos, while a paid account allows you to use them on private repos. Learn more about [GitLens+ features](https://gitkraken.com/gitlens/plus-features?utm_source=gitlens-extension&utm_medium=in-app-links&utm_campaign=gitlens-plus-links).
74
75
@@ -78,21 +79,21 @@ GitLens+ adds all-new, completely optional, features that enhance your current G
78
79
79
80
No, the introduction of GitLens+ has no impact on existing GitLens features, so you won't lose access to any of the GitLens features you know and love. In fact, we are heavily investing in enhancing and expanding the GitLens feature set. Creating an account simply gives you access to a subset of new features that will enable you to get even more out of Git in VS Code!
The Commit Graph helps you easily visualize branch structure and commit history. Not only does it help you verify your changes, but also easily see changes made by others and when. Selecting a row within the graph will open in-depth information about a commit or stash in the new [Commit Details view](#commit-details-view-).
88
+
The _Commit Graph_ helps you to easily visualize branch structure and commit history. Not only does it help you verify your changes, but also easily see changes made by others and when. Selecting a row within the graph will open in-depth information about a commit or stash in the new [Commit Details view](#commit-details-view-).
88
89
89
90
## Visual File History view [#](#visual-file-history-view-'Visual File History view')
90
91
91
92
<palign="center">
92
93
<imgsrc="https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/visual-file-history-illustrated.png"alt="Visual File History view" />
93
94
</p>
94
95
95
-
The Visual File History view allows you to quickly see the evolution of a file, including when changes were made, how large they were, and who made them.
96
+
The _Visual File History_ view allows you to quickly see the evolution of a file, including when changes were made, how large they were, and who made them.
96
97
97
98
Authors who have contributed changes to the file are on the left y-axis to create a swim-lane of their commits over time (the x-axis). Commit are plotted as color-coded (per-author) bubbles, whose size represents the relative magnitude of the changes.
98
99
@@ -291,17 +292,17 @@ GitLens adds many side bar views to provide additional rich functionality. The d
The Commit Details View provides rich details for commits and stashes: author, commit ID, links to Pull Requests and Issues, autolinks, changed files, and more.
295
+
The _Commit Details_ view provides rich details for commits and stashes: author, commit ID, links to Pull Requests and Issues, autolinks, changed files, and more.
295
296
296
297
These will show contextually as you navigate:
297
298
298
299
- lines in the text editor
299
-
- commits in the [Commit Graph](#commit-graph-view-), [Visual File History](#visual-file-history-view-), or [Commits view](#commits-view-)
300
+
- commits in the [Commit Graph](#commit-graph-), [Visual File History](#visual-file-history-view-), or [Commits view](#commits-view-)
300
301
- stashes in the [Stashes view](#stashes-view-)
301
302
302
-
Alteratively, search for or choose a commit directly from the view.
303
+
Alteratively, you can search for or choose a commit directly from the view.
303
304
304
-
**For optimal usage, we highly recommended dragging this view to the secondary sidebar.**
305
+
**For optimal usage, we highly recommended dragging this view to the Secondary Side Bar.**
Copy file name to clipboardExpand all lines: package.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -11567,7 +11567,7 @@
11567
11567
{
11568
11568
"id": "gitlens.plus.commitGraph",
11569
11569
"title": "Commit Graph (new)",
11570
-
"description": "The Commit Graph helps you easily visualize branch structure and commit history.\n\n[Open Commit Graph](command:gitlens.showGraphPage)",
11570
+
"description": "The Commit Graph helps you to easily visualize branch structure and commit history.\n\n[Open Commit Graph](command:gitlens.showGraphPage)",
The Commit Graph helps you easily visualize branch structure and commit history. Not only does it help you verify your changes, but also easily see changes made by others and when. It is freely available for local and public repos, while a paid account is required for use on private repos.
7
+
The Commit Graph helps you to easily visualize branch structure and commit history. Not only does it help you verify your changes, but also easily see changes made by others and when. It is freely available for local and public repos, while a paid account is required for use on private repos.
0 commit comments