Il sito funziona meglio con JavaScript.
Home
Esplora
帮助
返回水杉在线
登录水杉在线
登录水杉码园
wlxsp
/
test1
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Rilasci
0
Wiki
Attività
Sfoglia il codice sorgente
Stops showing <remote>/HEAD as a branch
main
Eric Amodio
4 anni fa
parent
49e33fd931
commit
68004f091a
1 ha cambiato i file
con
2 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+2
-0
src/git/parsers/branchParser.ts
+ 2
- 0
src/git/parsers/branchParser.ts
Vedi File
@ -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/
Scrivi
Anteprima
Caricamento…
Annulla
Salva