Browse Source

Fixes #718 - branch compare missing changed files

main
Eric Amodio 5 years ago
parent
commit
07d5f1a563
2 changed files with 7 additions and 1 deletions
  1. +6
    -0
      CHANGELOG.md
  2. +1
    -1
      src/views/nodes/resultsFileNode.ts

+ 6
- 0
CHANGELOG.md View File

@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this project adheres to [Semantic Versioning](http://semver.org/).
## [Unreleased]
### Fixed
- Fixes [#718](https://github.com/eamodio/vscode-gitlens/issues/718) - Can't see changed files when comparing branches
## [9.6.1] - 2019-04-017
### Added

+ 1
- 1
src/views/nodes/resultsFileNode.ts View File

@ -11,7 +11,7 @@ export class ResultsFileNode extends ViewRefFileNode {
constructor(
view: View,
parent: ViewNode,
public readonly repoPath: string,
repoPath: string,
public readonly file: GitFile,
public readonly ref1: string,
public readonly ref2: string

Loading…
Cancel
Save