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
Stops showing <remote>/HEAD as a branch
main
Eric Amodio
hace 4 años
padre
49e33fd931
commit
68004f091a
Se han
modificado 1 ficheros
con
2 adiciones
y
0 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+2
-0
src/git/parsers/branchParser.ts
+ 2
- 0
src/git/parsers/branchParser.ts
Ver fichero
@ -44,6 +44,8 @@ export class GitBranchParser {
if
(
name
.
startsWith
(
'refs/remotes/'
)
)
{
// Strip off refs/remotes/
name
=
name
.
substr
(
13
)
;
if
(
name
.
endsWith
(
'/HEAD'
)
)
continue
;
remote
=
true
;
}
else
{
// Strip off refs/heads/
Escribir
Vista previa
Cargando…
Cancelar
Guardar