Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Lanzamientos
0
Wiki
Actividad
Explorar el Código
Fixes
#2276
search by sha in non-graph search
main
Eric Amodio
hace 2 años
padre
34255a342c
commit
476516c63c
Se han
modificado 2 ficheros
con
4 adiciones
y
1 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+4
-0
CHANGELOG.md
+0
-1
src/env/node/git/git.ts
+ 4
- 0
CHANGELOG.md
Ver fichero
@ -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
Ver fichero
@ -1193,7 +1193,6 @@ export class Git {
return
this
.
git
<
string
>
(
{
cwd
:
repoPath
}
,
'show'
,
'-s'
,
'--name-status'
,
`
--format=
${
GitLogParser
.
defaultFormat
}
`
,
'--use-mailmap'
,
Escribir
Vista previa
Cargando…
Cancelar
Guardar