Skip to content

Commit

Permalink
Fixes #442 - File status fails if name (or path) starts with -
Browse files Browse the repository at this point in the history
  • Loading branch information
eamodio committed Jul 12, 2018
1 parent 059ba44 commit 91a5475
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
1 change: 1 addition & 0 deletions src/git/git.ts
Original file line number Diff line number Diff line change
Expand Up @@ -726,6 +726,7 @@ export class Git {
'color.status=false',
'status',
porcelain,
'--',
file
);
}
Expand Down

0 comments on commit 91a5475

Please sign in to comment.