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
+7Lines changed: 7 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,6 +4,13 @@ All notable changes to this project will be documented in this file.
4
4
5
5
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
6
6
7
+
## [Unreleased]
8
+
9
+
### Fixed
10
+
11
+
- Fixes [#1161](https://github.com/eamodio/vscode-gitlens/issues/1161) - Compare file differences between branches
12
+
- Fixes [#1157](https://github.com/eamodio/vscode-gitlens/issues/1157) - GitLens report `X files changed` when comparing working tree with a branch having identical files
Copy file name to clipboardExpand all lines: README.md
+9-6Lines changed: 9 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -252,9 +252,10 @@ The _Commits_ view lists all of the commits on the current branch, and additiona
252
252
- a toggle to change the file layout: list, tree, auto
253
253
- a branch comparison tool (**Compare <current branch> with <branch, tag, or ref>**) —[optionally](#commits-view-settings-'Jump to the Commits view settings') shows a comparison of the current branch (or working tree) to a user-selected reference
254
254
-**Behind**— lists the commits that are missing from the current branch (i.e. behind) but exist in the selected reference
255
-
-**# files changed**— lists all of the files changed between the compared references
255
+
-**# files changed**— lists all of the files changed in the behind commits
256
256
-**Ahead**— lists the commits that the current branch has (i.e. ahead) but are missing in the selected reference
257
-
-**# files changed**— lists all of the files changed between the compared references
257
+
-**# files changed**— lists all of the files changed in the ahead commits
258
+
-**# files changed**— lists all of the files changed between the compared references
258
259
- the current branch status — shows the upstream status of the current branch
259
260
-**Publish <current branch> to <remote>**— shown when the current branch has not been published to a remote
260
261
-**Up to date with <remote>**— shown when the current branch is up to date with the upstream remote
@@ -302,9 +303,10 @@ The _Branches_ view lists all of the local branches, and additionally provides,
302
303
-_Yellow dot_— both unpublished and un-pulled changes
303
304
- a branch comparison tool (**Compare <branch> with <branch, tag, or ref>**) —[optionally](#branches-view-settings-'Jump to the Branches view settings') shows a comparison of the branch to a user-selected reference
304
305
-**Behind**— lists the commits that are missing from the branch (i.e. behind) but exist in the selected reference
305
-
-**# files changed**— lists all of the files changed between the compared references
306
+
-**# files changed**— lists all of the files changed in the behind commits
306
307
-**Ahead**— lists the commits that the branch has (i.e. ahead) but are missing in the selected reference
307
-
-**# files changed**— lists all of the files changed between the compared references
308
+
-**# files changed**— lists all of the files changed in the ahead commits
309
+
-**# files changed**— lists all of the files changed between the compared references
308
310
- the branch status — shows the upstream status of the branch
309
311
-**Publish <branch> to <remote>**— shown when the current branch has not been published to a remote
310
312
-**Changes to push to <remote>**— lists of all the files changed in the unpublished commits when the branch has (unpublished) commits that waiting to be pushed to the upstream remote
@@ -396,9 +398,10 @@ The _Search & Compare_ view lists pinnable (saved) results for searching commit
0 commit comments