使用 JavaScript能使本网站更好的工作。
首页
广场
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
关注
1
点赞
0
派生
0
代码
话题
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Fixes
#805
- regression in compare with working
main
Eric Amodio
5 年前
父节点
82418a6631
当前提交
aaac484dff
共有
2 个文件被更改
,包括
7 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+6
-0
CHANGELOG.md
+1
-1
src/views/nodes/compareResultsNode.ts
+ 6
- 0
CHANGELOG.md
查看文件
@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [
Keep a Changelog
](
http://keepachangelog.com/
) and this project adheres to [
Semantic Versioning
](
http://semver.org/
).
## [Unreleased]
### Fixed
- Fixes [
#805
](
https://github.com/eamodio/vscode-gitlens/issues/805
) - Version 9.9.1 breaks working tree comparison
## [9.9.1] - 2019-07-23
### Fixed
+ 1
- 1
src/views/nodes/compareResultsNode.ts
查看文件
@ -68,7 +68,7 @@ export class CompareResultsNode extends SubscribeableViewNode
{
this
,
this
.
uri
.
repoPath
!
,
this
.
_ref1
.
ref
,
this
.
_ref2
.
ref
||
'HEAD'
,
this
.
_ref2
.
ref
,
this
.
getFilesQuery
.
bind
(
this
)
)
]
;
撰写
预览
正在加载...
取消
保存