mirror of
https://github.com/go-gitea/gitea
synced 2024-10-31 23:34:25 +00:00
Specify relation between multiple signing options (#15496)
This commit is contained in:
parent
2a42d80d14
commit
af2adb4e35
@ -109,7 +109,7 @@ when creating a repository. The possible values are:
|
|||||||
- `always`: Always sign
|
- `always`: Always sign
|
||||||
|
|
||||||
Options other than `never` and `always` can be combined as a comma
|
Options other than `never` and `always` can be combined as a comma
|
||||||
separated list.
|
separated list. The commit will be signed if all selected options are true.
|
||||||
|
|
||||||
### `WIKI`
|
### `WIKI`
|
||||||
|
|
||||||
@ -123,7 +123,7 @@ The possible values are:
|
|||||||
- `always`: Always sign
|
- `always`: Always sign
|
||||||
|
|
||||||
Options other than `never` and `always` can be combined as a comma
|
Options other than `never` and `always` can be combined as a comma
|
||||||
separated list.
|
separated list. The commit will be signed if all selected options are true.
|
||||||
|
|
||||||
### `CRUD_ACTIONS`
|
### `CRUD_ACTIONS`
|
||||||
|
|
||||||
@ -137,7 +137,7 @@ editor or API CRUD actions. The possible values are:
|
|||||||
- `always`: Always sign
|
- `always`: Always sign
|
||||||
|
|
||||||
Options other than `never` and `always` can be combined as a comma
|
Options other than `never` and `always` can be combined as a comma
|
||||||
separated list.
|
separated list. The change will be signed if all selected options are true.
|
||||||
|
|
||||||
### `MERGES`
|
### `MERGES`
|
||||||
|
|
||||||
@ -154,7 +154,7 @@ The possible options are:
|
|||||||
- `always`: Always sign
|
- `always`: Always sign
|
||||||
|
|
||||||
Options other than `never` and `always` can be combined as a comma
|
Options other than `never` and `always` can be combined as a comma
|
||||||
separated list.
|
separated list. The merge will be signed if all selected options are true.
|
||||||
|
|
||||||
## Obtaining the Public Key of the Signing Key
|
## Obtaining the Public Key of the Signing Key
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user