diff options
author | 6543 <6543@obermui.de> | 2020-01-16 07:43:02 +0100 |
---|---|---|
committer | techknowlogick <techknowlogick@gitea.io> | 2020-01-16 01:43:02 -0500 |
commit | 3ae5f8ef1118eba999f055267f3a2d9a01e77343 (patch) | |
tree | 202e3dc7704ef7391007668d42965c5e759ea2e8 /docs | |
parent | 176e7fb5d54aff955eef863f62cc232eaf8eb590 (diff) | |
download | gitea-3ae5f8ef1118eba999f055267f3a2d9a01e77343.tar.gz gitea-3ae5f8ef1118eba999f055267f3a2d9a01e77343.zip |
[Docs] Update Feature 'Reject unsigned commits' (#9793)
* update docs
* add link to feature
Diffstat (limited to 'docs')
-rw-r--r-- | docs/content/doc/features/comparison.en-us.md | 4 | ||||
-rw-r--r-- | docs/content/doc/features/comparison.zh-cn.md | 2 |
2 files changed, 3 insertions, 3 deletions
diff --git a/docs/content/doc/features/comparison.en-us.md b/docs/content/doc/features/comparison.en-us.md index a5766f96fc..21731b20fd 100644 --- a/docs/content/doc/features/comparison.en-us.md +++ b/docs/content/doc/features/comparison.en-us.md @@ -62,7 +62,7 @@ _Symbols used in table:_ | Granular user roles (Code, Issues, Wiki etc) | ✓ | ✘ | ✘ | ✓ | ✓ | ✘ | ✘ | | Verified Committer | ✘ | ✘ | ? | ✓ | ✓ | ✓ | ✘ | | GPG Signed Commits | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ | -| Reject unsigned commits | [✘](https://github.com/go-gitea/gitea/issues/2770) | ✘ | ✓ | ✓ | ✓ | ✘ | ✓ | +| Reject unsigned commits | [✓](https://github.com/go-gitea/gitea/pull/9708) | ✘ | ✓ | ✓ | ✓ | ✘ | ✓ | | Repository Activity page | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ | | Branch manager | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ | | Create new branches | ✓ | ✘ | ✓ | ✓ | ✓ | ✘ | ✘ | @@ -80,7 +80,7 @@ _Symbols used in table:_ | Time tracking | ✓ | ✘ | ✓ | ✓ | ✓ | ✘ | ✘ | | Multiple assignees for issues | ✓ | ✘ | ✓ | ✘ | ✓ | ✘ | ✘ | | Related issues | ✘ | ✘ | ⁄ | ✘ | ✓ | ✘ | ✘ | -| Confidential issues | ✘ | ✘ | ✘ | ✓ | ✓ | ✘ | ✘ | +| Confidential issues | [✘](https://github.com/go-gitea/gitea/issues/3217) | ✘ | ✘ | ✓ | ✓ | ✘ | ✘ | | Comment reactions | ✓ | ✘ | ✓ | ✓ | ✓ | ✘ | ✘ | | Lock Discussion | ✓ | ✘ | ✓ | ✓ | ✓ | ✘ | ✘ | | Batch issue handling | ✓ | ✘ | ✓ | ✓ | ✓ | ✘ | ✘ | diff --git a/docs/content/doc/features/comparison.zh-cn.md b/docs/content/doc/features/comparison.zh-cn.md index e55bc08991..b21a9b76d2 100644 --- a/docs/content/doc/features/comparison.zh-cn.md +++ b/docs/content/doc/features/comparison.zh-cn.md @@ -64,7 +64,7 @@ _表格中的符号含义:_ | 细粒度用户角色 (例如 Code, Issues, Wiki) | ✓ | ✘ | ✘ | ✓ | ✓ | ✘ | ✘ | | 提交人的身份验证 | ✘ | ✘ | ? | ✓ | ✓ | ✓ | ✘ | | GPG 签名的提交 | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ | -| 拒绝未用通过验证的提交 | ✘ | ✘ | ✓ | ✓ | ✓ | ✘ | ✓ | +| 拒绝未用通过验证的提交 | ✓ | ✘ | ✓ | ✓ | ✓ | ✘ | ✓ | | 仓库活跃度页面 | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ | | 分支管理 | ✓ | ✘ | ✓ | ✓ | ✓ | ✓ | ✓ | | 建立新分支 | ✓ | ✘ | ✓ | ✓ | ✓ | ✘ | ✘ | |