Преглед на файлове

Fixes #442 - File status fails if name (or path) starts with -

main
Eric Amodio преди 6 години
родител
ревизия
91a54757de
променени са 2 файла, в които са добавени 2 реда и са изтрити 0 реда
  1. +1
    -0
      CHANGELOG.md
  2. +1
    -0
      src/git/git.ts

+ 1
- 0
CHANGELOG.md Целия файл

@ -15,6 +15,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
### Fixed
- Fixes [#436](https://github.com/eamodio/vscode-gitlens/issues/436) - Copy to clipboard not working
- Fixes [#442](https://github.com/eamodio/vscode-gitlens/issues/442) - GitLens File History fails if name (or path) starts with -
## [8.4.1] - 2018-06-19
### Fixed

+ 1
- 0
src/git/git.ts Целия файл

@ -726,6 +726,7 @@ export class Git {
'color.status=false',
'status',
porcelain,
'--',
file
);
}

Зареждане…
Отказ
Запис