1
1
mirror of https://github.com/go-gitea/gitea synced 2025-07-22 18:28:37 +00:00

Merge pull request #103 from strk/GOGS_drop

Replace GOGS with GITEA in variable names
This commit is contained in:
Sandro Santilli
2016-11-07 16:30:48 +01:00
committed by GitHub
17 changed files with 142 additions and 126 deletions

View File

@@ -26,8 +26,8 @@ var PullRequestQueue = sync.NewUniqueQueue(setting.Repository.PullRequestQueueLe
type PullRequestType int
const (
PULL_REQUEST_GOGS PullRequestType = iota
PLLL_ERQUEST_GIT
PULL_REQUEST_GITEA PullRequestType = iota
PULL_REQUEST_GIT
)
type PullRequestStatus int