Skip to content

Commit

Permalink
Specify relation between multiple signing options (go-gitea#15496)
Browse files Browse the repository at this point in the history
  • Loading branch information
firesoft-de authored Apr 15, 2021
1 parent 2a42d80 commit af2adb4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/content/doc/advanced/signing.en-us.md
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ when creating a repository. The possible values are:
- `always`: Always sign

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`

Expand All @@ -123,7 +123,7 @@ The possible values are:
- `always`: Always sign

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`

Expand All @@ -137,7 +137,7 @@ editor or API CRUD actions. The possible values are:
- `always`: Always sign

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`

Expand All @@ -154,7 +154,7 @@ The possible options are:
- `always`: Always sign

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

Expand Down

0 comments on commit af2adb4

Please sign in to comment.