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
Fixes
#1932
: Ignores case for pull request autolink in Bitbucket Server
main
Sam Martin
2 anni fa
committed by
Eric Amodio
parent
48a6ded970
commit
d5bbe3bb82
1 ha cambiato i file
con
1 aggiunte
e
0 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-0
src/git/remotes/bitbucket-server.ts
+ 1
- 0
src/git/remotes/bitbucket-server.ts
Vedi File
@ -24,6 +24,7 @@ export class BitbucketServerRemote extends RemoteProvider {
}
,
{
prefix
:
'pull request #'
,
ignoreCase
:
true
,
url
:
`
${
this
.
baseUrl
}
/pull-requests/<num>
`
,
title
:
`
Open PR #<num> on
${
this
.
name
}
`
,
}
,
Scrivi
Anteprima
Caricamento…
Annulla
Salva