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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+1Lines changed: 1 addition & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [Unreleased]
8
8
### Added
9
+
- Adds new branch history node under the **Repository Status** node in the *GitLens* explorer
9
10
- Adds GitLab and Visual Studio Team Services icons to the remote nodes in the *GitLens* explorer — thanks to [PR #421](https://github.com/eamodio/vscode-gitlens/pull/421) by Maxim Pekurin ([@pmaxim25](https://github.com/pmaxim25))
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -185,6 +185,8 @@ The repository view provides a full Git repository explorer, which has the follo
185
185
- A context menu provides *Open Repository in Remote*, and *Refresh* commands
186
186
-**Changed Files**— lists all the "working" changes
187
187
- Expands to a file-based view of all changed files in the working tree ([optionally](#gitlens-explorer-settings"Jump to the GitLens explorer settings")) and/or all files in all commits ahead of the upstream
188
+
-**History (current-branch)**— lists the revision (commit) history of the current branch
189
+
- See the *Branches expand* section under **Branches** below for more details
188
190
189
191
-**Branches**— lists the local branches
190
192
- Indicates which branch is the current branch and [optionally](#gitlens-explorer-settings"Jump to the GitLens explorer settings") shows the remote tracking branch
0 commit comments