mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
Merge adad436715 into d0ede21e9c
This commit is contained in:
commit
93884762fd
|
|
@ -28,8 +28,8 @@ var githubServiceDef = ServiceDefinition{
|
|||
|
||||
var bitbucketServiceDef = ServiceDefinition{
|
||||
provider: "bitbucket",
|
||||
pullRequestURLIntoDefaultBranch: "/pull-requests/new?source={{.From}}&t=1",
|
||||
pullRequestURLIntoTargetBranch: "/pull-requests/new?source={{.From}}&dest={{.To}}&t=1",
|
||||
pullRequestURLIntoDefaultBranch: "/pull-requests/new?source={{.From}}",
|
||||
pullRequestURLIntoTargetBranch: "/pull-requests/new?source={{.From}}&dest={{.To}}",
|
||||
commitURL: "/commits/{{.CommitHash}}",
|
||||
urlRegexps: []*regexp.Regexp{
|
||||
regexp.MustCompile(`^(?:https?|ssh)://.*/(?P<owner>.*)/(?P<repo>.*?)(?:\.git)?$`),
|
||||
|
|
|
|||
Loading…
Reference in a new issue