This website works better with JavaScript.
首頁
探索
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Fixes
#442
- File status fails if name (or path) starts with -
main
Eric Amodio
6 年之前
父節點
059ba44c07
當前提交
91a54757de
共有
2 個文件被更改
,包括
2 次插入
和
0 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
CHANGELOG.md
+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
)
;
}
Write
Preview
Loading…
取消
儲存