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"
|
// apitoken = "token your-github-access-token-here"
|
||||||
apitokenheader = "Authorization"
|
apitokenheader = "Authorization"
|
||||||
rawbase = "https://raw.githubusercontent.com/"
|
rawbase = "https://raw.githubusercontent.com/"
|
||||||
|
branchdelim = "~"
|
||||||
default = "true"
|
default = "true"
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -442,6 +443,7 @@ gitpitch {
|
||||||
// apitoken = "your-gitlab-access-token-here"
|
// apitoken = "your-gitlab-access-token-here"
|
||||||
apitokenheader = "PRIVATE-TOKEN"
|
apitokenheader = "PRIVATE-TOKEN"
|
||||||
rawbase = "https://gitlab.com/"
|
rawbase = "https://gitlab.com/"
|
||||||
|
branchdelim = "~"
|
||||||
default = "false"
|
default = "false"
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -452,6 +454,7 @@ gitpitch {
|
||||||
// apitoken = "your-bitbucket-access-token-here"
|
// apitoken = "your-bitbucket-access-token-here"
|
||||||
apitokenheader = "Authorization"
|
apitokenheader = "Authorization"
|
||||||
rawbase = "https://bitbucket.org/"
|
rawbase = "https://bitbucket.org/"
|
||||||
|
branchdelim = "~"
|
||||||
default = "false"
|
default = "false"
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -463,6 +466,7 @@ gitpitch {
|
||||||
// apitoken = "token your-gitea-app-token-here"
|
// apitoken = "token your-gitea-app-token-here"
|
||||||
apitokenheader = "Authorization"
|
apitokenheader = "Authorization"
|
||||||
rawbase = "http://localhost:3000/"
|
rawbase = "http://localhost:3000/"
|
||||||
|
branchdelim = "~"
|
||||||
default = "false"
|
default = "false"
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -474,6 +478,7 @@ gitpitch {
|
||||||
apitokenheader = "Authorization"
|
apitokenheader = "Authorization"
|
||||||
rawbase = "http://localhost:3000/"
|
rawbase = "http://localhost:3000/"
|
||||||
rawbase = "https://try.gogs.io/"
|
rawbase = "https://try.gogs.io/"
|
||||||
|
branchdelim = "~"
|
||||||
default = "false"
|
default = "false"
|
||||||
}
|
}
|
||||||
{
|
{
|
||||||
|
@ -484,6 +489,7 @@ gitpitch {
|
||||||
// apitoken = "token your-gitbucket-access-token-here"
|
// apitoken = "token your-gitbucket-access-token-here"
|
||||||
apitokenheader = "Authorization"
|
apitokenheader = "Authorization"
|
||||||
rawbase = "http://localhost:8080/"
|
rawbase = "http://localhost:8080/"
|
||||||
|
branchdelim = "~"
|
||||||
default = "false"
|
default = "false"
|
||||||
}
|
}
|
||||||
]
|
]
|
||||||
|
|
Loading…
Reference in New Issue
Block a user