mirror of
https://github.com/gitpitch/gitpitch.git
synced 2024-04-18 07:30:55 +08:00
Added support for compound branch names.
This commit is contained in:
parent
ba8867a4a1
commit
8eaf19d916
|
@ -432,6 +432,7 @@ gitpitch {
|
|||
// apitoken = "token your-github-access-token-here"
|
||||
apitokenheader = "Authorization"
|
||||
rawbase = "https://raw.githubusercontent.com/"
|
||||
branchdelim = "~"
|
||||
default = "true"
|
||||
}
|
||||
{
|
||||
|
@ -442,6 +443,7 @@ gitpitch {
|
|||
// apitoken = "your-gitlab-access-token-here"
|
||||
apitokenheader = "PRIVATE-TOKEN"
|
||||
rawbase = "https://gitlab.com/"
|
||||
branchdelim = "~"
|
||||
default = "false"
|
||||
}
|
||||
{
|
||||
|
@ -452,6 +454,7 @@ gitpitch {
|
|||
// apitoken = "your-bitbucket-access-token-here"
|
||||
apitokenheader = "Authorization"
|
||||
rawbase = "https://bitbucket.org/"
|
||||
branchdelim = "~"
|
||||
default = "false"
|
||||
}
|
||||
{
|
||||
|
@ -463,6 +466,7 @@ gitpitch {
|
|||
// apitoken = "token your-gitea-app-token-here"
|
||||
apitokenheader = "Authorization"
|
||||
rawbase = "http://localhost:3000/"
|
||||
branchdelim = "~"
|
||||
default = "false"
|
||||
}
|
||||
{
|
||||
|
@ -474,6 +478,7 @@ gitpitch {
|
|||
apitokenheader = "Authorization"
|
||||
rawbase = "http://localhost:3000/"
|
||||
rawbase = "https://try.gogs.io/"
|
||||
branchdelim = "~"
|
||||
default = "false"
|
||||
}
|
||||
{
|
||||
|
@ -484,6 +489,7 @@ gitpitch {
|
|||
// apitoken = "token your-gitbucket-access-token-here"
|
||||
apitokenheader = "Authorization"
|
||||
rawbase = "http://localhost:8080/"
|
||||
branchdelim = "~"
|
||||
default = "false"
|
||||
}
|
||||
]
|
||||
|
|
Loading…
Reference in New Issue
Block a user