This website works better with JavaScript.
首頁
探索
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
版本發佈
0
Wiki
Activity
瀏覽代碼
Fixes
#2276
search by sha in non-graph search
main
Eric Amodio
2 年之前
父節點
34255a342c
當前提交
476516c63c
共有
2 個文件被更改
,包括
4 次插入
和
1 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+4
-0
CHANGELOG.md
+0
-1
src/env/node/git/git.ts
+ 4
- 0
CHANGELOG.md
查看文件
@ -6,6 +6,10 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
## [Unreleased]
### Fixed
- Fixes [
#2276
](
https://github.com/gitkraken/vscode-gitlens/issues/2276
) - Search commit by Sha not working in Gitlens side bar
## [13.0.3] - 2022-10-20
### Added
+ 0
- 1
src/env/node/git/git.ts
查看文件
@ -1193,7 +1193,6 @@ export class Git {
return
this
.
git
<
string
>
(
{
cwd
:
repoPath
}
,
'show'
,
'-s'
,
'--name-status'
,
`
--format=
${
GitLogParser
.
defaultFormat
}
`
,
'--use-mailmap'
,
Write
Preview
Loading…
取消
儲存