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
+4Lines changed: 4 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
6
6
7
7
## [Unreleased]
8
8
9
+
### Changed
10
+
11
+
- Changes to additionally show merged pull requests at the root of the _Commits_ and _Repositories_ views
12
+
9
13
### Fixed
10
14
11
15
- Fixes [#1357](https://github.com/eamodio/vscode-gitlens/issues/1357) - Branch sorting may be reversed — thanks to [PR #1358](https://github.com/eamodio/vscode-gitlens/pull/1358) by sueka ([@sueka](https://github.com/sueka))
-**Rebasing <branch>** or **Resolve conflicts to continue rebasing <branch>**— shows the number of rebase steps left, the commit the rebase is paused at, and lists any conflicted files. Conflicted files show comparisons with the common base of the current and incoming changes to aid in resolving the conflict by making it easier to see where changes originated
- any associated pull request — shows any opened pull request associated with the current branch
270
+
- any associated pull request — shows any opened or merged pull request associated with the current branch
271
271
272
272
---
273
273
@@ -301,7 +301,7 @@ The Repositories view lists opened Git repositories, and additionally provides,
301
301
-**Changes to push to <remote>**— lists of all the unpublished commits and all of the files changed in them, when the current branch has commits that waiting to be pushed to the upstream remote
302
302
-**Merging into <branch>** or **Resolve conflicts before merging into <branch>**— lists any conflicted files. Conflicted files show comparisons with the common base of the current and incoming changes to aid in resolving the conflict by making it easier to see where changes originated
303
303
-**Rebasing <branch>** or **Resolve conflicts to continue rebasing <branch>**— shows the number of rebase steps left, the commit the rebase is paused at, and lists any conflicted files. Conflicted files show comparisons with the common base of the current and incoming changes to aid in resolving the conflict by making it easier to see where changes originated
304
-
- any associated pull request —[optionally](#repositories-view-settings-'Jump to the Repositories view settings') shows any opened pull request associated with the current branch
304
+
- any associated pull request —[optionally](#repositories-view-settings-'Jump to the Repositories view settings') shows any opened or merged pull request associated with the current branch
305
305
-**Commits**—[optionally](#repositories-view-settings-'Jump to the Repositories view settings') shows the current branch commits, similar to the [Commits view](#commits-view-'Commits view')
306
306
-**Branches**—[optionally](#repositories-view-settings-'Jump to the Repositories view settings') shows the local branches, similar to the [Branches view](#branches-view-'Branches view')
307
307
-**Remotes**—[optionally](#repositories-view-settings-'Jump to the Repositories view settings') shows the remotes and remote branches, similar to the [Remotes view](#remotes-view-'Remotes view')
0 commit comments