]> source.dussan.org Git - gitea.git/commitdiff
Specify relation between multiple signing options (#15496)
authorfiresoft-de <34716031+firesoft-de@users.noreply.github.com>
Thu, 15 Apr 2021 16:06:32 +0000 (18:06 +0200)
committerGitHub <noreply@github.com>
Thu, 15 Apr 2021 16:06:32 +0000 (18:06 +0200)
docs/content/doc/advanced/signing.en-us.md

index 926f6b1f4c6f6e3ca4e187a1547b10d5758acdd5..71af33fad87669ab04c500cb24aaa523d9032f7f 100644 (file)
@@ -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`
 
@@ -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`
 
@@ -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`
 
@@ -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