Este site funciona melhor com JavaScript.
Página inicial
Explorar
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Versões
0
Wiki
Atividade
Ver código fonte
Fixes highlight revision changes - refs reversed
main
Eric Amodio
4 anos atrás
pai
79d34ec4c8
commit
c83989f3ea
1 arquivos alterados
com
2 adições
e
2 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+2
-2
src/annotations/gutterChangesAnnotationProvider.ts
+ 2
- 2
src/annotations/gutterChangesAnnotationProvider.ts
Ver arquivo
@ -120,8 +120,8 @@ export class GutterChangesAnnotationProvider extends AnnotationProviderBase {
if
(
ref2
!=
null
)
{
ref2
=
commit
.
ref
;
}
else
{
ref1
=
commit
.
ref
;
ref2
=
`
${
commit
.
ref
}
^
`
;
ref1
=
`
${
commit
.
ref
}
^
`
;
ref2
=
commit
.
ref
;
}
}
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar