forked from gitdab/gitdab
Add more gitea patches
This commit is contained in:
parent
6793a62e3e
commit
d883e77fca
1 changed files with 15 additions and 0 deletions
|
@ -255,3 +255,18 @@ index 4ca421065..859e54981 100644
|
|||
m.Group("/fork", func() {
|
||||
m.Combo("/:repoid").Get(repo.Fork).
|
||||
Post(bindIgnErr(auth.CreateRepoForm{}), repo.ForkPost)
|
||||
diff --git a/modules/setting/setting.go b/modules/setting/setting.go
|
||||
index 77dc62d4f..c1c8b4826 100644
|
||||
--- a/modules/setting/setting.go
|
||||
+++ b/modules/setting/setting.go
|
||||
@@ -347,8 +347,8 @@ var (
|
||||
Description string
|
||||
Keywords string
|
||||
}{
|
||||
- Author: "Gitea - Git with a cup of tea",
|
||||
- Description: "Gitea (Git with a cup of tea) is a painless self-hosted Git service written in Go",
|
||||
+ Author: "Gitdab",
|
||||
+ Description: "Gitdab is a dabful git site made by people, for people",
|
||||
Keywords: "go,git,self-hosted,gitea",
|
||||
},
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue