This website works better with JavaScript.
Home
Explore
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixes
#442
- File status fails if name (or path) starts with -
main
Eric Amodio
6 years ago
parent
059ba44c07
commit
91a54757de
2 changed files
with
2 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CHANGELOG.md
+1
-0
src/git/git.ts
+ 1
- 0
CHANGELOG.md
View File
@ -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
View File
@ -726,6 +726,7 @@ export class Git {
'color.status=false'
,
'status'
,
porcelain
,
'--'
,
file
)
;
}
Write
Preview
Loading…
Cancel
Save