Skip to content

Commit 07d5f1a

Browse files
committed
Fixes #718 - branch compare missing changed files
1 parent c898a00 commit 07d5f1a

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
66

7+
## [Unreleased]
8+
9+
### Fixed
10+
11+
- Fixes [#718](https://github.com/eamodio/vscode-gitlens/issues/718) - Can't see changed files when comparing branches
12+
713
## [9.6.1] - 2019-04-017
814

915
### Added

src/views/nodes/resultsFileNode.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ export class ResultsFileNode extends ViewRefFileNode {
1111
constructor(
1212
view: View,
1313
parent: ViewNode,
14-
public readonly repoPath: string,
14+
repoPath: string,
1515
public readonly file: GitFile,
1616
public readonly ref1: string,
1717
public readonly ref2: string

0 commit comments

Comments
 (0)