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
+11-1Lines changed: 11 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,7 +9,17 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
9
9
### Added
10
10
11
11
- Refines the _Repositories_ view to better align its features with all the new views
12
-
- Adds toggles and settings to allow for far greater customization of the sections in the _Repositories_ view
12
+
- Adds menu toggles and the settings below to allow for far greater customization of the sections in the _Repositories_ view
13
+
- Adds a `gitlens.views.repositories.branches.showBranchComparison` setting to specify whether to show a comparison of the branch with a user-selected reference (branch, tag. etc) under under each branch in the _Repositories_ view
14
+
- Adds a `gitlens.views.repositories.showBranches` setting to specify whether to show the branches for each repository
15
+
- Adds a `gitlens.views.repositories.showCommits` setting to specify whether to show the commits on the current branch for each repository
16
+
- Adds a `gitlens.views.repositories.showContributors` setting to specify whether to show the contributors for each repository
17
+
- Adds a `gitlens.views.repositories.showIncomingActivity` setting to specify whether to show the experimental incoming activity for each repository
18
+
- Adds a `gitlens.views.repositories.showRemotes` setting to specify whether to show the remotes for each repository
19
+
- Adds a `gitlens.views.repositories.showStashes` setting to specify whether to show the stashes for each repository
20
+
- Adds a `gitlens.views.repositories.showTags` setting to specify whether to show the tags for each repository
21
+
- Adds a `gitlens.views.repositories.showUpstreamStatus` setting to specify whether to show the upstream status of the current branch for each repository
22
+
- Adds all of the settings above to the _Repositories_ view section in the GitLens Interactive Settings
13
23
- Adds better visibility to the, hidden by default, _Repositories_ and _Line History_ views
14
24
- Adds a _Repositories_ view toggle command to the _Commits_ view's context menu
15
25
- Adds a _Line History_ view toggle command to the _File History_ view's context menu
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -734,7 +734,7 @@ See also [View Settings](#view-settings- 'Jump to the View settings')
734
734
|`gitlens.views.repositories.autoRefresh`| Specifies whether to automatically refresh the _Repositories_ view when the repository or the file system changes |
735
735
|`gitlens.views.repositories.autoReveal`| Specifies whether to automatically reveal repositories in the _Repositories_ view when opening files |
736
736
|`gitlens.views.repositories.branches.layout`| Specifies how the _Repositories_ view will display branches<br /><br />`list` - displays branches as a list<br />`tree` - displays branches as a tree when branch names contain slashes `/`|
737
-
|`gitlens.views.repositories.branches.showBranchComparison`| Specifies whether to show a comparison of the branch with a user-selected reference (branch, tag. etc) under _Branches_in the _Repositories_ view view|
737
+
|`gitlens.views.repositories.branches.showBranchComparison`| Specifies whether to show a comparison of the branch with a user-selected reference (branch, tag. etc) under each branch in the _Repositories_ view view |
738
738
|`gitlens.views.repositories.compact`| Specifies whether to show the _Repositories_ view in a compact display density |
739
739
|`gitlens.views.repositories.enabled`| Specifies whether to show the _Repositories_ view |
740
740
|`gitlens.views.repositories.files.compact`| Specifies whether to compact (flatten) unnecessary file nesting in the _Repositories_ view. Only applies when `gitlens.views.repositories.files.layout` is set to `tree` or `auto`|
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
@@ -2045,7 +2045,7 @@
2045
2045
}
2046
2046
],
2047
2047
"default": "branch",
2048
-
"markdownDescription": "Specifies whether to show a comparison of the branch with a user-selected reference (branch, tag. etc) under _Branches_ in the _Repositories_ view",
2048
+
"markdownDescription": "Specifies whether to show a comparison of the branch with a user-selected reference (branch, tag. etc) under each branch in the _Repositories_ view",
0 commit comments