Skip to content

Commit d37b097

Browse files
committed
Merge remote-tracking branch 'upstream/main'
* upstream/main: Remove unnecessary content on docs (go-gitea#24976) Upgrade snap to node 20 (go-gitea#24990) Display file mode for new file and file mode changes (go-gitea#24966) Enable `vue/html-closing-bracket-spacing` eslint rule (go-gitea#24987) Fix repo level project - edit column (go-gitea#24982) Add v3.18 to TestPackageAlpine (go-gitea#24972) Fix admin config page error, use tests to cover the admin config and 500 error page (go-gitea#24965) Improve dropdown menus, remove inline styles (go-gitea#24954) Unify doc links to use paths relative to doc folder (go-gitea#24979) Rework button coloring, add focus and active colors (go-gitea#24507) Add PDF rendering via PDFObject (go-gitea#24086) Hide 'Mirror Settings' when unneeded, improve hints (go-gitea#24433) Consolidate the two review boxes into one (go-gitea#24738) API endpoint for changing/creating/deleting multiple files (go-gitea#24887) Repo list improvements, fix bold helper classes (go-gitea#24935) Add step start time to `ViewStepLog` (go-gitea#24980) Update from-binary.en-us.md (go-gitea#24975)
2 parents 4825cb5 + e64c2fa commit d37b097

File tree

485 files changed

+3294
-126341
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

485 files changed

+3294
-126341
lines changed

.gitattributes

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@
22
*.tmpl linguist-language=Handlebars
33
/assets/*.json linguist-generated
44
/public/img/svg/*.svg linguist-generated
5-
/public/vendor/** -text -eol linguist-vendored
65
/templates/swagger/v1_json.tmpl linguist-generated
76
/vendor/** -text -eol linguist-vendored
87
/web_src/fomantic/build/** linguist-generated

.ignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@
33
/modules/options/bindata.go
44
/modules/public/bindata.go
55
/modules/templates/bindata.go
6-
/public/vendor/plugins
76
/vendor
87
node_modules

docs/content/doc/development/hacking-on-gitea.en-us.md

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -123,9 +123,8 @@ to the Gitea sources. Otherwise, changes can't be pushed.
123123
## Building Gitea (Basic)
124124

125125
Take a look at our
126-
<a href='{{< relref "doc/installation/from-source.en-us.md" >}}'>instructions</a>
127-
for <a href='{{< relref "doc/installation/from-source.en-us.md" >}}'>building
128-
from source</a>.
126+
[instructions]({{< relref "doc/installation/from-source.en-us.md" >}})
127+
for [building from source]({{< relref "doc/installation/from-source.en-us.md" >}}).
129128

130129
The simplest recommended way to build from source is:
131130

@@ -266,7 +265,7 @@ OpenAPI 3 documentation.
266265
When creating new configuration options, it is not enough to add them to the
267266
`modules/setting` files. You should add information to `custom/conf/app.ini`
268267
and to the
269-
<a href='{{< relref "doc/administration/config-cheat-sheet.en-us.md" >}}'>configuration cheat sheet</a>
268+
[configuration cheat sheet]({{< relref "doc/administration/config-cheat-sheet.en-us.md" >}})
270269
found in `docs/content/doc/administer/config-cheat-sheet.en-us.md`
271270

272271
### Changing the logo

docs/content/doc/development/hacking-on-gitea.zh-cn.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -115,8 +115,8 @@ git fetch --all --prune
115115
## 构建 Gitea(基本)
116116

117117
看看我们的
118-
<a href='{{ < relref "doc/installation/from-source.en-us.md" > }}'>说明</a>
119-
关于如何 <a href='{{ < relref "doc/installation/from-source.en-us.md" > }}'>从源代码构建</a>
118+
[说明]({{< relref "doc/installation/from-source.zh-cn.md" >}})
119+
关于如何[从源代码构建]({{< relref "doc/installation/from-source.zh-cn.md" >}})
120120

121121
从源代码构建的最简单推荐方法是:
122122

@@ -249,7 +249,7 @@ make swagger-check
249249
### 创建新的配置选项
250250

251251
创建新的配置选项时,将它们添加到 `modules/setting` 的对应文件。您应该将信息添加到 `custom/conf/app.ini`
252-
并到 <a href = '{{ < relref "doc/administration/config-cheat-sheet.zh-cn.md" > }}'>配置备忘单</a>
252+
并到[配置备忘单]({{< relref "doc/administration/config-cheat-sheet.zh-cn.md" >}})
253253
`docs/content/doc/advanced/config-cheat-sheet.zh-cn.md` 中找到
254254

255255
### 更改Logo

docs/content/doc/installation/from-binary.en-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ After you complete the above steps, you can run Gitea two ways:
159159

160160
### 1. Creating a service file to start Gitea automatically (recommended)
161161

162-
See how to create [Linux service]({{< relref "run-as-service-in-ubuntu.en-us.md" >}})
162+
See how to create [Linux service]({{< relref "doc/installation/run-as-service-in-ubuntu.en-us.md" >}})
163163

164164
### 2. Running from command-line/terminal
165165

@@ -200,7 +200,7 @@ Older Linux distributions (such as Debian 7 and CentOS 6) may not be able to loa
200200
Gitea binary, usually producing an error such as `./gitea: /lib/x86_64-linux-gnu/libc.so.6:
201201
version 'GLIBC\_2.14' not found (required by ./gitea)`. This is due to the integrated
202202
SQLite support in the binaries provided by dl.gitea.com. In this situation, it is usually
203-
possible to [install from source]({{< relref "from-source.en-us.md" >}}), without including
203+
possible to [install from source]({{< relref "doc/installation/from-source.en-us.md" >}}), without including
204204
SQLite support.
205205

206206
### Running Gitea on another port

docs/content/doc/installation/from-binary.fr-fr.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Après avoir suivi les étapes ci-dessus, vous aurez un binaire `gitea` dans vot
3636

3737
### Anciennes version de glibc
3838

39-
Les anciennes distributions Linux (comme Debian 7 ou CentOS 6) peuvent ne pas être capable d'exécuter le binaire Gitea, résultant généralement une erreur du type ```./gitea: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./gitea)```. Cette erreur est due au driver SQLite que nous intégrons dans le binaire Gitea. Dans le futur, nous fournirons des binaires sans la dépendance pour la bibliothèque glibc. En attendant, vous pouvez mettre à jour votre distribution ou installer Gitea depuis le [code source]({{< relref "from-source.fr-fr.md" >}}).
39+
Les anciennes distributions Linux (comme Debian 7 ou CentOS 6) peuvent ne pas être capable d'exécuter le binaire Gitea, résultant généralement une erreur du type ```./gitea: /lib/x86_64-linux-gnu/libc.so.6: version `GLIBC_2.14' not found (required by ./gitea)```. Cette erreur est due au driver SQLite que nous intégrons dans le binaire Gitea. Dans le futur, nous fournirons des binaires sans la dépendance pour la bibliothèque glibc. En attendant, vous pouvez mettre à jour votre distribution ou installer Gitea depuis le [code source]({{< relref "doc/installation/from-source.fr-fr.md" >}}).
4040

4141
### Exécuter Gitea avec un autre port
4242

docs/content/doc/installation/from-binary.zh-cn.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ cp gitea /usr/local/bin/gitea
143143

144144
### 1. 创建服务自动启动 Gitea(推荐)
145145

146-
学习创建 [Linux 服务]({{< relref "run-as-service-in-ubuntu.zh-cn.md" >}})
146+
学习创建 [Linux 服务]({{< relref "doc/installation/run-as-service-in-ubuntu.zh-cn.md" >}})
147147

148148
### 2. 通过命令行终端运行
149149

@@ -175,4 +175,4 @@ GITEA_WORK_DIR=/var/lib/gitea/ /usr/local/bin/gitea web -c /etc/gitea/app.ini
175175

176176
> 更多经验总结,请参考英文版 [Troubleshooting](/en-us/install-from-binary/#troubleshooting)
177177
178-
如果从本页中没有找到你需要的内容,请访问 [帮助页面]({{< relref "support.zh-cn.md" >}})
178+
如果从本页中没有找到你需要的内容,请访问 [帮助页面]({{< relref "doc/help/support.zh-cn.md" >}})

docs/content/doc/installation/from-package.en-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ menu:
2424
## macOS
2525

2626
Currently, the only supported method of installation on MacOS is [Homebrew](http://brew.sh/).
27-
Following the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) guide may work,
27+
Following the [deployment from binary]({{< relref "doc/installation/from-binary.en-us.md" >}}) guide may work,
2828
but is not supported. To install Gitea via `brew`:
2929

3030
```
@@ -87,7 +87,7 @@ There is a [Gitea](https://chocolatey.org/packages/gitea) package for Windows by
8787
choco install gitea
8888
```
8989

90-
Or follow the [deployment from binary]({{< relref "from-binary.en-us.md" >}}) guide.
90+
Or follow the [deployment from binary]({{< relref "doc/installation/from-binary.en-us.md" >}}) guide.
9191

9292
## FreeBSD
9393

docs/content/doc/installation/from-package.fr-fr.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,15 +19,15 @@ menu:
1919

2020
## Linux
2121

22-
Nous n'avons pas encore publié de paquet pour Linux, nous allons mettre à jour cette page directement lorsque nous commencerons à publier des paquets pour toutes distributions Linux. En attendant, vous devriez suivre les [instructions d'installation]({{< relref "from-binary.fr-fr.md" >}}) avec le binaire pré-compilé.
22+
Nous n'avons pas encore publié de paquet pour Linux, nous allons mettre à jour cette page directement lorsque nous commencerons à publier des paquets pour toutes distributions Linux. En attendant, vous devriez suivre les [instructions d'installation]({{< relref "doc/installation/from-binary.fr-fr.md" >}}) avec le binaire pré-compilé.
2323

2424
## Windows
2525

26-
Nous n'avons pas encore publié de paquet pour Windows, nous allons mettre à jour cette page directement lorsque nous commencerons à publier des paquets sous la forme de fichiers `MSI` ou via [Chocolatey](https://chocolatey.org/). En attendant, vous devriez suivre les [instructions d'installation]({{< relref "from-binary.fr-fr.md" >}}) avec le binaire pré-compilé.
26+
Nous n'avons pas encore publié de paquet pour Windows, nous allons mettre à jour cette page directement lorsque nous commencerons à publier des paquets sous la forme de fichiers `MSI` ou via [Chocolatey](https://chocolatey.org/). En attendant, vous devriez suivre les [instructions d'installation]({{< relref "doc/installation/from-binary.fr-fr.md" >}}) avec le binaire pré-compilé.
2727

2828
## macOS
2929

30-
Actuellement, nous ne supportons que l'installation via `brew` pour macOS. Si vous n'utilisez pas [Homebrew](http://brew.sh/), vous pouvez suivre les [instructions d'installation]({{< relref "from-binary.fr-fr.md" >}}) avec le binaire pré-compilé. Pour installer Gitea depuis `brew`, utilisez les commandes suivantes :
30+
Actuellement, nous ne supportons que l'installation via `brew` pour macOS. Si vous n'utilisez pas [Homebrew](http://brew.sh/), vous pouvez suivre les [instructions d'installation]({{< relref "doc/installation/from-binary.fr-fr.md" >}}) avec le binaire pré-compilé. Pour installer Gitea depuis `brew`, utilisez les commandes suivantes :
3131

3232
```
3333
brew tap go-gitea/gitea

docs/content/doc/installation/from-package.zh-cn.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ menu:
2323

2424
## macOS
2525

26-
macOS 平台下当前我们仅支持通过 `brew` 来安装。如果你没有安装 [Homebrew](http://brew.sh/),你也可以查看 [从二进制安装]({{< relref "from-binary.zh-cn.md" >}})。在你安装了 `brew` 之后, 你可以执行以下命令:
26+
macOS 平台下当前我们仅支持通过 `brew` 来安装。如果你没有安装 [Homebrew](http://brew.sh/),你也可以查看 [从二进制安装]({{< relref "doc/installation/from-binary.zh-cn.md" >}})。在你安装了 `brew` 之后, 你可以执行以下命令:
2727

2828
```
2929
brew tap gitea/tap https://gitea.com/gitea/homebrew-gitea
@@ -77,7 +77,7 @@ OpenSUSE 构建服务为 [openSUSE 和 SLE](https://software.opensuse.org/downlo
7777
choco install gitea
7878
```
7979

80-
你也可以 [从二进制安装]({{< relref "from-binary.zh-cn.md" >}}) 。
80+
你也可以 [从二进制安装]({{< relref "doc/installation/from-binary.zh-cn.md" >}}) 。
8181

8282
## FreeBSD
8383

@@ -106,7 +106,3 @@ make install clean
106106
如果这里没有找到你喜欢的包管理器,可以使用 Gitea 第三方软件包。这里有一个完整的列表: [awesome-gitea](https://gitea.com/gitea/awesome-gitea/src/branch/master/README.md#user-content-packages)
107107

108108
如果你知道其他 Gitea 第三方软件包,请发送 PR 来添加它。
109-
110-
## 需要帮助?
111-
112-
如果从本页中没有找到你需要的内容,请访问 [帮助页面]({{< relref "support.zh-cn.md" >}})

docs/content/doc/installation/from-package.zh-tw.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ menu:
1919

2020
## Linux
2121

22-
目前尚未發佈任何 Linux 套件,如果我們發佈了,會直接更新此網頁。在這之前請先參考[執行檔安裝]({{< relref "from-binary.zh-tw.md" >}})方式。
22+
目前尚未發佈任何 Linux 套件,如果我們發佈了,會直接更新此網頁。在這之前請先參考[執行檔安裝]({{< relref "doc/installation/from-binary.zh-tw.md" >}})方式。
2323

2424
## Windows
2525

@@ -29,11 +29,11 @@ menu:
2929
choco install gitea
3030
```
3131

32-
也可以參考[執行檔安裝]({{< relref "from-binary.zh-tw.md" >}})方式。
32+
也可以參考[執行檔安裝]({{< relref "doc/installation/from-binary.zh-tw.md" >}})方式。
3333

3434
## macOS
3535

36-
目前我們只支援透過 `brew` 來安裝套件。假如您尚未使用 [Homebrew](http://brew.sh/),您就必須參考[執行檔安裝]({{< relref "from-binary.zh-tw.md" >}})方式。透過 `brew` 安裝 Gitea,您只需要執行底下指令:
36+
目前我們只支援透過 `brew` 來安裝套件。假如您尚未使用 [Homebrew](http://brew.sh/),您就必須參考[執行檔安裝]({{< relref "doc/installation/from-binary.zh-tw.md" >}})方式。透過 `brew` 安裝 Gitea,您只需要執行底下指令:
3737

3838
```
3939
brew tap go-gitea/gitea

docs/content/doc/installation/from-source.en-us.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,7 @@ executable path, you will have to manage this yourself.
3535

3636
**Note 2**: Go version {{< min-go-version >}} or higher is required. However, it is recommended to
3737
obtain the same version as our continuous integration, see the advice given in
38-
<a href='{{< relref "doc/development/hacking-on-gitea.en-us.md" >}}'>Hacking on
39-
Gitea</a>
38+
[Hacking on Gitea]({{< relref "doc/development/hacking-on-gitea.en-us.md" >}})
4039

4140
**Table of Contents**
4241

docs/content/doc/installation/from-source.zh-cn.md

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,3 @@ GOOS=linux GOARCH=arm64 make build
103103
```bash
104104
CC=aarch64-unknown-linux-gnu-gcc GOOS=linux GOARCH=arm64 TAGS="bindata sqlite sqlite_unlock_notify" make build
105105
```
106-
107-
## 需要帮助?
108-
109-
如果从本页中没有找到你需要的内容,请访问 [帮助页面]({{< relref "support.zh-cn.md" >}})

docs/content/page/index.en-us.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -299,6 +299,6 @@ You can try it out using [the online demo](https://try.gitea.io/).
299299
- [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
300300
- [github.com/denisenkom/go-mssqldb](https://github.com/denisenkom/go-mssqldb)
301301

302-
## Software and Service Support
302+
## Integrated support
303303

304-
- [Drone](https://github.com/drone/drone) (CI)
304+
Please visit [AWESOME GITEA] (https://gitea.com/gitea/awesome-gitea/) to get more third-party integrated support

docs/content/page/index.zh-cn.md

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,6 @@ Gitea的首要目标是创建一个极易安装,运行非常快速,安装和
6464
- [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
6565
- [github.com/denisenkom/go-mssqldb](https://github.com/denisenkom/go-mssqldb)
6666

67-
## 软件及服务支持
67+
## 集成支持
6868

69-
- [Drone](https://github.com/drone/drone) (CI)
70-
71-
## 需要帮助?
72-
73-
如果从本页中没有找到你需要的内容,请访问 [帮助页面]({{< relref "support.zh-cn.md" >}})
69+
请访问 [Awesome Gitea](https://gitea.com/gitea/awesome-gitea/) 获得更多的第三方集成支持

docs/content/page/index.zh-tw.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -282,6 +282,6 @@ Gitea 是從 [Gogs](http://gogs.io) Fork 出來的,請閱讀部落格文章 [G
282282
- [github.com/mattn/go-sqlite3](https://github.com/mattn/go-sqlite3)
283283
- [github.com/denisenkom/go-mssqldb](https://github.com/denisenkom/go-mssqldb)
284284

285-
## 軟體和服務支援
285+
## 集成支持
286286

287-
- [Drone](https://github.com/drone/drone) (CI)
287+
請訪問 [Awesome Gitea](https://gitea.com/gitea/awesome-gitea/) 獲得更多的第三方集成支持

modules/structs/repo_file.go

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,35 @@ func (o *UpdateFileOptions) Branch() string {
6464
return o.FileOptions.BranchName
6565
}
6666

67+
// ChangeFileOperation for creating, updating or deleting a file
68+
type ChangeFileOperation struct {
69+
// indicates what to do with the file
70+
// required: true
71+
// enum: create,update,delete
72+
Operation string `json:"operation" binding:"Required"`
73+
// path to the existing or new file
74+
Path string `json:"path" binding:"MaxSize(500)"`
75+
// content must be base64 encoded
76+
// required: true
77+
Content string `json:"content"`
78+
// sha is the SHA for the file that already exists, required for update, delete
79+
SHA string `json:"sha"`
80+
// old path of the file to move
81+
FromPath string `json:"from_path"`
82+
}
83+
84+
// ChangeFilesOptions options for creating, updating or deleting multiple files
85+
// Note: `author` and `committer` are optional (if only one is given, it will be used for the other, otherwise the authenticated user will be used)
86+
type ChangeFilesOptions struct {
87+
FileOptions
88+
Files []*ChangeFileOperation `json:"files"`
89+
}
90+
91+
// Branch returns branch name
92+
func (o *ChangeFilesOptions) Branch() string {
93+
return o.FileOptions.BranchName
94+
}
95+
6796
// FileOptionInterface provides a unified interface for the different file options
6897
type FileOptionInterface interface {
6998
Branch() string
@@ -126,6 +155,13 @@ type FileResponse struct {
126155
Verification *PayloadCommitVerification `json:"verification"`
127156
}
128157

158+
// FilesResponse contains information about multiple files from a repo
159+
type FilesResponse struct {
160+
Files []*ContentsResponse `json:"files"`
161+
Commit *FileCommitResponse `json:"commit"`
162+
Verification *PayloadCommitVerification `json:"verification"`
163+
}
164+
129165
// FileDeleteResponse contains information about a repo's file that was deleted
130166
type FileDeleteResponse struct {
131167
Content interface{} `json:"content"` // to be set to nil

modules/test/utils.go

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,14 @@ package test
55

66
import (
77
"net/http"
8+
"strings"
89
)
910

1011
// RedirectURL returns the redirect URL of a http response.
1112
func RedirectURL(resp http.ResponseWriter) string {
1213
return resp.Header().Get("Location")
1314
}
15+
16+
func IsNormalPageCompleted(s string) bool {
17+
return strings.Contains(s, `<footer class="page-footer"`) && strings.Contains(s, `</html>`)
18+
}

options/locale/locale_en-US.ini

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1302,28 +1302,23 @@ issues.filter_reviewers = Filter Reviewer
13021302
issues.new = New Issue
13031303
issues.new.title_empty = Title cannot be empty
13041304
issues.new.labels = Labels
1305-
issues.new.add_labels_title = Apply labels
13061305
issues.new.no_label = No Label
13071306
issues.new.clear_labels = Clear labels
13081307
issues.new.projects = Projects
1309-
issues.new.add_project_title = Set Project
13101308
issues.new.clear_projects = Clear projects
13111309
issues.new.no_projects = No project
13121310
issues.new.open_projects = Open Projects
13131311
issues.new.closed_projects = Closed Projects
13141312
issues.new.no_items = No items
13151313
issues.new.milestone = Milestone
1316-
issues.new.add_milestone_title = Set milestone
13171314
issues.new.no_milestone = No Milestone
13181315
issues.new.clear_milestone = Clear milestone
13191316
issues.new.open_milestone = Open Milestones
13201317
issues.new.closed_milestone = Closed Milestones
13211318
issues.new.assignees = Assignees
1322-
issues.new.add_assignees_title = Assign users
13231319
issues.new.clear_assignees = Clear assignees
13241320
issues.new.no_assignees = No Assignees
13251321
issues.new.no_reviewers = No reviewers
1326-
issues.new.add_reviewer_title = Request review
13271322
issues.choose.get_started = Get Started
13281323
issues.choose.open_external_link = Open
13291324
issues.choose.blank = Default
@@ -1913,7 +1908,16 @@ settings.hooks = Webhooks
19131908
settings.githooks = Git Hooks
19141909
settings.basic_settings = Basic Settings
19151910
settings.mirror_settings = Mirror Settings
1916-
settings.mirror_settings.docs = Set up your project to automatically push and/or pull changes to/from another repository. Branches, tags, and commits will be synced automatically. <a target="_blank" rel="noopener noreferrer" href="https://docs.gitea.io/en-us/repo-mirror/">How do I mirror repositories?</a>
1911+
settings.mirror_settings.docs = Set up your repository to automatically synchronize commits, tags and branches with another repository.
1912+
settings.mirror_settings.docs.disabled_pull_mirror.instructions = Set up your project to automatically push commits, tags and branches to another repository. Pull mirrors have been disabled by your site administrator.
1913+
settings.mirror_settings.docs.disabled_push_mirror.instructions = Set up your project to automatically pull commits, tags and branches from another repository.
1914+
settings.mirror_settings.docs.disabled_push_mirror.pull_mirror_warning = Right now, this can only be done in the "New Migration" menu. For more information, please consult:
1915+
settings.mirror_settings.docs.disabled_push_mirror.info = Push mirrors have been disabled by your site administrator.
1916+
settings.mirror_settings.docs.no_new_mirrors = Your repository is mirroring changes to or from another repository. Please keep in mind that you can't create any new mirrors at this time.
1917+
settings.mirror_settings.docs.can_still_use = Although you can't modify existing mirrors or create new ones, you may still use your existing mirror.
1918+
settings.mirror_settings.docs.pull_mirror_instructions = To set up a pull mirror, please consult:
1919+
settings.mirror_settings.docs.doc_link_title = How do I mirror repositories?
1920+
settings.mirror_settings.docs.pulling_remote_title = Pulling from a remote repository
19171921
settings.mirror_settings.mirrored_repository = Mirrored repository
19181922
settings.mirror_settings.direction = Direction
19191923
settings.mirror_settings.direction.pull = Pull
@@ -3035,8 +3039,6 @@ config.git_disable_diff_highlight = Disable Diff Syntax Highlight
30353039
config.git_max_diff_lines = Max Diff Lines (for a single file)
30363040
config.git_max_diff_line_characters = Max Diff Characters (for a single line)
30373041
config.git_max_diff_files = Max Diff Files (to be shown)
3038-
config.git_enable_reflogs = Enable Reflogs
3039-
config.git_reflog_expiry_time = Expiry Time
30403042
config.git_gc_args = GC Arguments
30413043
config.git_migrate_timeout = Migration Timeout
30423044
config.git_mirror_timeout = Mirror Update Timeout

package-lock.json

Lines changed: 6 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)