Added support for compound branch names.

This commit is contained in:
David Russell 2017-08-28 14:11:25 +07:00
parent ba8867a4a1
commit 8eaf19d916

View File

@ -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"
}
]