Skip to content

Commit dfa0631

Browse files
committed
Updates the README and CHANGELOG
- Adds the Commit Graph - Adds the Commit Details view
1 parent 7d8d621 commit dfa0631

File tree

3 files changed

+36
-0
lines changed

3 files changed

+36
-0
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
88

99
### Added
1010

11+
- Adds [**Commit Graph**](https://github.com/gitkraken/vscode-gitlens#commit-graph-view-)
12+
- 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.
13+
![Commit Graph illustration](https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/commit-graph-illustrated.png)
1114
- 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)
1215
- Adds associated pull request to line annotations and hovers
1316
![Pull requests on line annotation and hovers](https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/hovers-current-line-details.png)
@@ -17,6 +20,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
1720
- Adds associated pull requests to branches and commits in GitLens views
1821
- Adds rich autolinks for GitHub issues and merge requests, including titles, status, and authors
1922
- Adds rich support to _Autolinked Issues and Pull Requests_ within comparisons to list autolinked GitHub issues and merge requests in commit messages
23+
- Adds [**Commit Details view**](https://github.com/gitkraken/vscode-gitlens#commit-details-view-)
24+
- 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.
2030
- Adds new stash behaviors to use the Source Control (commit message) input box — closes [#2081](https://github.com/gitkraken/vscode-gitlens/issues/2081)
2131
- 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
2232
- 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

README.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -78,6 +78,14 @@ GitLens+ adds all-new, completely optional, features that enhance your current G
7878

7979
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!
8080

81+
## Commit Graph view [#](#commit-graph-view- 'Commit Graph view')
82+
83+
<p align="center">
84+
<img src="https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/commit-graph-illustrated.png" alt="Commit Graph view" />
85+
</p>
86+
87+
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+
8189
## Visual File History view [#](#visual-file-history-view- 'Visual File History view')
8290

8391
<p align="center">
@@ -277,6 +285,24 @@ GitLens adds many side bar views to provide additional rich functionality. The d
277285
<img src="images/docs/views-layout-gitlens.png" alt="Views Layout: GitLens" />
278286
</p>
279287

288+
### Commit Details View [#](#commit-details-view- 'Commits Details view')
289+
290+
<p align="center">
291+
<img src="https://raw.githubusercontent.com/gitkraken/vscode-gitlens/main/images/docs/commit-details-view.png" alt="Commits Details view" />
292+
</p>
293+
294+
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+
These will show contextually as you navigate:
297+
298+
- 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+
- stashes in the [Stashes view](#stashes-view-)
301+
302+
Alteratively, search for or choose a commit directly from the view.
303+
304+
**For optimal usage, we highly recommended dragging this view to the secondary sidebar.**
305+
280306
### Commits View [#](#commits-view- 'Commits view')
281307

282308
<p align="center">

images/docs/commit-details-view.png

60.8 KB
Loading

0 commit comments

Comments
 (0)