Sfoglia il codice sorgente

Fixes #718 - branch compare missing changed files

main
Eric Amodio 5 anni fa
parent
commit
07d5f1a563
2 ha cambiato i file con 7 aggiunte e 1 eliminazioni
  1. +6
    -0
      CHANGELOG.md
  2. +1
    -1
      src/views/nodes/resultsFileNode.ts

+ 6
- 0
CHANGELOG.md Vedi 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 Vedi 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

Caricamento…
Annulla
Salva