Este sítio funciona melhor com JavaScript.
Página inicial
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Vigiar
1
Marcar como favorito
0
Derivar
0
Código
Questões
0
Pedidos de integração
0
Lançamentos
0
Wiki
Trabalho
Ver a proveniência
Fixes
#442
- File status fails if name (or path) starts with -
main
Eric Amodio
há 6 anos
ascendente
059ba44c07
cometimento
91a54757de
2 ficheiros alterados
com
2 adições
e
0 eliminações
Visualização em 2 colunas
Opções das diferenças
Mostrar estatísticas
Descarregar ficheiro patch
Descarregar ficheiro diff
+1
-0
CHANGELOG.md
+1
-0
src/git/git.ts
+ 1
- 0
CHANGELOG.md
Ver ficheiro
@ -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
Ver ficheiro
@ -726,6 +726,7 @@ export class Git {
'color.status=false'
,
'status'
,
porcelain
,
'--'
,
file
)
;
}
Escrever
Pré-visualizar
Carregando…
Cancelar
Guardar