使用 JavaScript能使本网站更好的工作。
首页
广场
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
关注
1
点赞
0
派生
0
代码
话题
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Fixes
#442
- File status fails if name (or path) starts with -
main
Eric Amodio
6 年前
父节点
059ba44c07
当前提交
91a54757de
共有
2 个文件被更改
,包括
2 次插入
和
0 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+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
)
;
}
撰写
预览
正在加载...
取消
保存