浏览代码

Fixes #2276 search by sha in non-graph search

main
Eric Amodio 2 年前
父节点
当前提交
476516c63c
共有 2 个文件被更改,包括 4 次插入1 次删除
  1. +4
    -0
      CHANGELOG.md
  2. +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',

正在加载...
取消
保存